P
PeteCresswell
My best shot so far:
myExcelApp.Workbooks.Open Filename:=theSsPath, UpdateLinks:=False,
ReadOnly:=False
Doesn't seem tb enough. If/when my code abends later on - with the
workbook open - Excel issues the dreaded "Do you want to save changes"
prompt.
Granted the code shouldn't abend.....
But in the meanwhile, is there anything I can do to suppress that "Do
you want to save changes..." prompt?
myExcelApp.Workbooks.Open Filename:=theSsPath, UpdateLinks:=False,
ReadOnly:=False
Doesn't seem tb enough. If/when my code abends later on - with the
workbook open - Excel issues the dreaded "Do you want to save changes"
prompt.
Granted the code shouldn't abend.....
But in the meanwhile, is there anything I can do to suppress that "Do
you want to save changes..." prompt?