Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() In a Macro I have: ...... Application.ScreenUpdating = False Application.DisplayAlerts = False .... Set wb = Workbooks.Open(sPath & sName) Do While sName < "" XXXXXXXXXXXXXXXXXX << Problem here Loop Application.ScreenUpdating = True Application.DisplayAlerts = True As the Second Workbook is Opened I get The Standard Message Warning/Alert Dealing with Updating Links; Update; Don't Update; I thought my Original DisplayAlerts = False Took care of this? Can someone assist? Jim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.DisplayAlerts = False - Not Working | Excel Programming | |||
Where to put DisplayAlerts = False | Excel Programming | |||
Can't Set DisplayAlerts to False | Excel Programming | |||
Can't Set DisplayAlerts to False | Excel Programming | |||
Can't Set DisplayAlerts to False | Excel Programming |