Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi folx!
i've got an Access application that calls excel to download a table of data from an odbc source. the reason, in case you care to know, is that particluar table has too many indexes for Access to absorb, and excel is dropping them rather nicely so i can access the data. here is the call: Set oApp = CreateObject("Excel.Application") Set oDoc = oApp.Workbooks.Open(CurrentProject.Path & "Customer.xls") oDoc.RefreshAll DoEvents oDoc.Close SaveChanges:=True DoEvents CurrentDb.TableDefs("Customer").RefreshLink it doesn't work. it functions, sure, but the data is not refreshed and no errors are reported. anybody got any clues/suggestions/solutions here? thanks in advance! jon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with refreshing data | Excel Discussion (Misc queries) | |||
trying to programmatically change chart data range with vb.net | Charts and Charting in Excel | |||
copying data from an unopened file programmatically | Excel Discussion (Misc queries) | |||
Refreshing Data In Excel / VBA | Excel Discussion (Misc queries) | |||
Help with data importing from txt file to excel programmatically | Excel Programming |