Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What code is needed to tell excel to update a file when opened and not to
update a file when opened? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not to update
Workbooks.Open ("Test.xls"), False To update Workbooks.Open ("Test.xls"), True Utkarsh Chris wrote: What code is needed to tell excel to update a file when opened and not to update a file when opened? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Where would this go in the code below?
Workbooks.Open filename:= _ "C:\Documents and Settings\cnether\My Documents\Development\Supplier KPI Reports\Supplier KPI Collation.xls", ReadOnly:=False, Password:="", WriteResPassword:="secure" "Utkarsh" wrote: Not to update Workbooks.Open ("Test.xls"), False To update Workbooks.Open ("Test.xls"), True Utkarsh Chris wrote: What code is needed to tell excel to update a file when opened and not to update a file when opened? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update one worksheet tab to automatically update all other tabs? | Excel Worksheet Functions | |||
Data Validation lists update orginal cell with list update | Excel Worksheet Functions | |||
i want to update one excel file the other one update automaticaly | New Users to Excel | |||
Excel 2003 - Update or Don't Update Links Problem | Excel Programming | |||
how to update data on sheet1 and have it auto update on sheet2 | Excel Programming |