TimLundSE26
New Member
- Joined
- Apr 30, 2011
- Messages
- 11
In VBA, I want to be able to capture both old and new file names when I save a workbook with a new name. I can see the BeforeSave event handler, but I want a handler that is triggered after I have entered the new name in the file save dialog.
As background, what I want this for is a custom tool bar which with a submenu pop ups with selected macros from open workbooks. I want the captions for these submenus to be the same as the workbook names, so to be able to change this caption when I save a workbook with a new name.
As background, what I want this for is a custom tool bar which with a submenu pop ups with selected macros from open workbooks. I want the captions for these submenus to be the same as the workbook names, so to be able to change this caption when I save a workbook with a new name.