Thread: vba autosave
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
totally lost[_2_] totally lost[_2_] is offline
external usenet poster
 
Posts: 6
Default vba autosave

Hi,
how do I get this to save the file to specific location, it just keeps going
to my documents.

Public Sub SaveAsE5()
ThisFile = Range("E5").Value
ActiveWorkbook.SaveAs Filename:=ThisFile
End Sub