Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i got a VBA prog. to open excel. but, when the prog. open excel spreadsheet, there is an error. "Can't open pivot table soubrce file..." so, i tried to supress the error message via the code. but, VB stops at the Open() statement, and wait for me to respond to the message before it continues. and, i really want VB ignores the error, and continues Application.DisplayAlerts = wdAlertsNon TempFileString = sfilePath & "\" & TempFileStrin Set owb = oXL.Workbooks.Open(FileName:=TempFileString, UpdateLinks:=False, ReadOnly:=False, ignoreReadOnlyRecommended:=True Application.DisplayAlerts = wdAlertsAl does anyone has any idea on how to resolve this problem thank a lot will :O |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working with XL and another not related application | Excel Discussion (Misc queries) | |||
Application.DisplayAlerts in IE | Excel Programming | |||
Application.Displayalerts wont get me past this! | Excel Programming | |||
Application::DisplayAlerts not working | Excel Programming | |||
application.displayalerts | Excel Programming |