When trying to read an excel worksheet I receive the error Invalid Address format TABLE_QUERY_FROM_MS_ACCESS_DATABASE[BACKORDERS] It happens on this line...
If package.Workbook.Worksheets.Count = 0 Then
Matter of fact, anytime I access the .Workbook I receive this error which is a complete show stopper for me right now. Now I've read the excel file (and I'm not an excel expert) but when I click on the Formulas tab, then I click on the Name Manager button, a dialog comes up with five columns. "Name, Value, Refers To, Scope, Comment" BackOrders has multiple entries and on all of the records under Refers To is the value =Table_Query_from_MS_Access_Database[BackOrders]
When I click on the referring location I am brought to another Worksheet in the same Workbook and the column BackOrders is highlighted. Does anyone have any idea whatsoever how I can correct this?