Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am writing an Excel automation program using C++ and MFC. I am setting several properties for the Application class and most are working. However, the DisplayAlerts property is giving me an error. If I step through in the debugger, it works fine. But when I run it, I get the message "Unable to set the Display Alerts property of the Application class". Any ideas??? Here is a code snipet: //Then get the worksheet's application. app = wb.GetApplication(); app.SetDisplayFormulaBar(FALSE); // Works Fine app.SetDisplayAlerts(FALSE); //Gives error message Thanks so much!! Jennifer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to set the XValues Property | Charts and Charting in Excel | |||
Unable to set Hidden Property | Excel Programming | |||
unable to set hidden property | Excel Programming | |||
Unable to get VLOOKUP property | Excel Programming | |||
DisplayAlerts property is not changing to False | Excel Programming |