Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First, I know nothing about access, but if you're opening the workbook in excel
(via code), you can turn off the workbook_open macro, and not update the links. dim mywkbk as workbook application.enableevents = false set mywkbk = workbooks.open(filename:="....", updatelinks:=??, ...) application.enableevents = true Updatelinks has a few options. You can read about it in help. Paul Christie wrote: Does anyone know of a way of finding out if a workbook has a code module and/or links without opening the workbook. I'm writing an import process into an Access Database and I need to check the file before I open it. Thanks for any help -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My workbook links are not updating (its 30,000 KB size workbook). | Excel Discussion (Misc queries) | |||
copy and paste using code from workbook to workbook | Excel Discussion (Misc queries) | |||
VBA Code for Links to Excel workbooks | Excel Programming | |||
Code for Links from Excel to Access | Excel Programming | |||
Code for existing links | Excel Programming |