Cancel workbook opening

V

Venkat

Hi,

I need to cancel workbook opening based on some conditions. Is there any
way to cancel workbook opening? I checked there is no event like
BeforeWorkbookOpen event. If it exists then we can cancel the workbook
opening.

Cheers,
Venkat
 
M

Mark Lincoln

Perhaps you can an AutoOpen macro to close the workbook if your
conditions call for it. What kind of conditions need to exist to keep
you from opening this workbook?
 
Top