Is it possible to catch when a user opens a new workbook? Instead of the normal Excel Open File dialog coming up, I want to launch my own. The Workbook_Open() event is AFTER a workbook is selected and opened. Thanks!
You can assign your own code to run in response to toolbar buttons (via the OnAction Property). I'm not entirely sure how many places you'll need to change - you'll need to do a FindControl or similar to identify them. Also you'll need to reassign hotkeys like Ctrl+O (via Application.OnKey) and exactly what else depends a litle on exactly what you want to achieve.
Enjoy,
Tony
-------------------------------------------------------------------------------------------- We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.