Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gautam,
Look as the UpdateLinks argument to the Workbook Open method. Try something like: '============= Public Sub Tester() Dim WB As Workbook Set WB = Workbooks.Open(Filename:="ABC.xls", _ UpdateLinks:=0) End Sub '<<============= --- Regards, Norman "Gautam" wrote in message oups.com... I am opening various workbooks one after the other inorder to get some information in it, through a macro. Now everytime the workbook is opened, it asks for updating of links and stops there. I need a statement which automatically replys the excel not to update the files, in the existing macro. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can I update an excel file without opening it? | Excel Discussion (Misc queries) | |||
Update data wihout opening the file? | Excel Programming | |||
Update data without opening file? | Excel Discussion (Misc queries) | |||
automatically update links without opening file | Excel Worksheet Functions | |||
Automate open file, update links, run macro, close and save file | Excel Programming |