I have been able to save to PDF using 1 cell to name the file but require 2 i want to use I7 and I6
Im unsure of the next step and surprised i got this far
Sub saveaspdf()
'
' saveaspdf Macro
'
'
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"C:\Users\scottnay\Desktop\Test\Quote" & Range("I6").Value & ".PDF", Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _
True
End Sub
Im unsure of the next step and surprised i got this far
Sub saveaspdf()
'
' saveaspdf Macro
'
'
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"C:\Users\scottnay\Desktop\Test\Quote" & Range("I6").Value & ".PDF", Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _
True
End Sub