T
Tom Ogilvy
macros run from workbooks. Macros don't run until the workbook is open.
short answer: NO.
Also, you can't really look through a closed workbook.
Perhaps you can cobble together some solution using
application.Screenupdating = False (but not in the workbook you are
opening).
short answer: NO.
Also, you can't really look through a closed workbook.
Perhaps you can cobble together some solution using
application.Screenupdating = False (but not in the workbook you are
opening).