Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My code reads like this:
Sub FormatSchedule() ' ' FormatSchedule Macro ' Macro recorded 07/09/2003 by sbtp00220 ' On Error Resume Next Call FormatMainWS Application.Run "'Trainer Overview Template.xls'! ColorPMMD01" Application.Run "'Trainer Overview Template.xls'! ColorPMMD02" On Error GoTo 0 End Sub How can I modify it to avoid this error message at the end of its execution: Run-time error 91 Object variable or With block variable not found Run- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Escape key won't work | Excel Discussion (Misc queries) | |||
Escape character for double quotes | Excel Worksheet Functions | |||
why does my mouse turn off when I press escape? | Excel Discussion (Misc queries) | |||
changing the message in an error message | Excel Worksheet Functions | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) |