View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] magnus.ferman@thule.com is offline
external usenet poster
 
Posts: 3
Default Macro syntax: SaveAs Filename=ActiveCell.Text . BUT to a specified folder

Hi, I would like to "save as" with the active cell value to a
specified folder.
If use SaveAs Filename=ActiveCell.Text it save to My documents which I
don't want.
Any tips? Thanks in advance / Magnus

ActiveWorkbook.SaveAs Filename:=ActiveCell.Text, FileFormat:=xlNormal
_
, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False