View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
gfkbob[_2_] gfkbob[_2_] is offline
external usenet poster
 
Posts: 5
Default Programming "SaveAs" command

I am attempting to add a "SaveAs" command at the end of a macro. I
have tried "Application.getSaveAsFilename", "Activeworkbook.saveas",
"ActiveWorkbook.savecopyas". None of these seem to work. Does anyone
have a solution?