View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy Doug Glancy is offline
external usenet poster
 
Posts: 770
Default Modify Save As menu item

Bill,

Application.Dialogs(xlDialogSaveAs).Show "tester"

hth,

Doug

"Bill80210" wrote in message
...
I'm creating a custom Excel application. How do I modify the Save As menu
item to display File Name: other than the current file name?