View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul S Paul S is offline
external usenet poster
 
Posts: 13
Default Getting Info From Drop Down Menu

I was wondering if it is possible for a macro to get information from the
drop down menus; specifically the File-Save and SaveAs menus. I would like
to get the name of the file the spreadsheet is being saved as, without using
Workbook.FullName or GetSaveAsFilename. I have searched in Excel VBA help,
books and online, but haven't seen anything listed.
--
Thanks,
Paul S