jebenexcel
Board Regular
- Joined
- Mar 16, 2018
- Messages
- 59
Code:
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:="[I]path[/I]" & Firma & "\Offers\" & "OBR1_" & broj & "_" & Firma & "_" & Format(Now(), "dd.mm.yyyy") & ".pdf", Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:=False
path is juts your regular C:\etc path... getting an error 1004 on this... Why?
Firma is a string, broj is a number.
Last edited: