G
Guest
Hi,
I am writing a macro that opens other workbooks, calls macros in these
workbooks to update data and print some sheets. When all of that is
finished, there is a msgbox funtion that let the user know this process was
completed.
MSGBOX "xxxxxxx",vbokonly,"title"
When these files are open singularly, the msgbox is no big deal, but now I
am processing over a hundred of these files and the pause created by the
msgbox is a problem. Besides going in to each file and removing the msgbox
code, is there any way to programatically answer these from the original
code??
Thanks,
Kohai
I am writing a macro that opens other workbooks, calls macros in these
workbooks to update data and print some sheets. When all of that is
finished, there is a msgbox funtion that let the user know this process was
completed.
MSGBOX "xxxxxxx",vbokonly,"title"
When these files are open singularly, the msgbox is no big deal, but now I
am processing over a hundred of these files and the pause created by the
msgbox is a problem. Besides going in to each file and removing the msgbox
code, is there any way to programatically answer these from the original
code??
Thanks,
Kohai