Displaying Msgbox in another application
Displaying Msgbox in another application
(OP)
I'm writing a VBA program in AutoCAD. I open Excel and dump some data in the spreadsheet and then I want to display a msgbox that says "Data Extraction Completed". Since the spreadsheet is on top, I need to invoke the msgbox from the Excel application for it to be on top. Can I display a msgbox in Excel from AutoCAD?





RE: Displaying Msgbox in another application
--------------------
How much do YOU owe?
http://www.brillig.com/debt_clock/
--------------------
RE: Displaying Msgbox in another application
Would it suffice to re-activate AutoCad, display the message box, and then re-activate Excel?
Alternately, you could set the Excel application visibility to False while processing, and then set it to True and AppActivate it when processing is complete. Then the message box is not needed.
RE: Displaying Msgbox in another application
RE: Displaying Msgbox in another application
RE: Displaying Msgbox in another application