mr_average
New Member
- Joined
- Aug 10, 2016
- Messages
- 3
Sub SAVEasCSV()
'
' SAVEasCSV Macro
'
' Keyboard Shortcut: Ctrl+Shift+S
'
ChDir "F:\C Store Shared\Credit Cards\Tesoro Connect CSV Credit Card Files"
ActiveWorkbook.SaveAs Filename:=Range("A2")
, FileFormat:=xlCSV, CreateBackup:=False
End Sub
Trying to save as the date in cell A2 I have never really edited VBA.. just always used the macro recorder. Help Please!
'
' SAVEasCSV Macro
'
' Keyboard Shortcut: Ctrl+Shift+S
'
ChDir "F:\C Store Shared\Credit Cards\Tesoro Connect CSV Credit Card Files"
ActiveWorkbook.SaveAs Filename:=Range("A2")
, FileFormat:=xlCSV, CreateBackup:=False
End Sub
Trying to save as the date in cell A2 I have never really edited VBA.. just always used the macro recorder. Help Please!