Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code in my program.
myPDF.FileToPDF PSfilename, PDFfilename, "" If Not FileExists(PDFfilename) Then _ MsgBox PDFfilename & " not created" It is creating a PDF file from a PS (PostScript) file. Everything is working fine with one exception. If "PDFfilename" does not exist, and the code should print out the message "PDFfilename not created", etc., the screen (kind of - the top blue part of the Excel window) blinks, i.e. the message does not pop right up (it's as if another program has the focus). I need to click the mouse within Excel and then the message pops up. What is happening and how do I get around this problem? Thanks Ray - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I get a msgbox? | Excel Discussion (Misc queries) | |||
Msgbox | Excel Worksheet Functions | |||
help with msgbox | Excel Programming | |||
Msgbox | Excel Programming | |||
MsgBox | Excel Programming |