steve400243
Active Member
- Joined
- Sep 15, 2016
- Messages
- 429
- Office Version
- 365
- 2016
- Platform
- Windows
Hello, I am trying to get this code to Save to the following location - X:\SEA Shares\Surface Trans\QUOTES
Can someone help me with amending the code to save to correct location?
Can someone help me with amending the code to save to correct location?
Code:
Sub Button1_Click()
'
' Button1_Click Macro
'
'
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=Range("D5").Value _
, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:=False
End Sub