Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I use vba code as following to print the worksheet. But the print will go after the Messege Box disappears. Why? Is there any method to avoid being paused by Msgbox? Thanks in advance! Sub PrintWS() ActiveDocument.PrintOut MsgBox "Printint is over!" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a macro be paused to allow input, then continue? | Excel Worksheet Functions | |||
how can a macro be paused for input and then resume executio | Excel Programming | |||
Edit Cells while Macro is Paused at Message Box | Excel Programming | |||
Print and Copy option - MsgBox() | Excel Programming | |||
Print button on a msgbox | Excel Programming |