S
Sonny Maou
In Word VBA, I can write a
sub FileSave()
or
sub FileSaveAs()
to intercept the file menu "Save" and "Save As..." items and do some
processing prior to the save. What is the analogous method in Excel VBA?
sub FileSave()
or
sub FileSaveAs()
to intercept the file menu "Save" and "Save As..." items and do some
processing prior to the save. What is the analogous method in Excel VBA?