Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to write VBA instead of the description below:
If I have an Excel file to open with the Warning Security like "This Workbook contains linked to other data sources. - To update all linked info, click Yes, - To keep the existing info, click No.", how wirte the VBA code to get rid of above Msgbox. Thanks, March |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Workbook_Open()
Application.AskToUpdateLinks = False End Sub "March" wrote: I would like to write VBA instead of the description below: If I have an Excel file to open with the Warning Security like "This Workbook contains linked to other data sources. - To update all linked info, click Yes, - To keep the existing info, click No.", how wirte the VBA code to get rid of above Msgbox. Thanks, March |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks.
"Libby" wrote: Private Sub Workbook_Open() Application.AskToUpdateLinks = False End Sub "March" wrote: I would like to write VBA instead of the description below: If I have an Excel file to open with the Warning Security like "This Workbook contains linked to other data sources. - To update all linked info, click Yes, - To keep the existing info, click No.", how wirte the VBA code to get rid of above Msgbox. Thanks, March |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to write value | Excel Discussion (Misc queries) | |||
How to write an If Then VBA | Excel Programming | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions | |||
How to I write a UDF? | Excel Discussion (Misc queries) | |||
Better way to write this VBA | Excel Programming |