FrankLinssen
New Member
- Joined
- Jun 28, 2015
- Messages
- 11
The macro currently has the following
ActiveWorkbook.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"V:\ingrid\Book9.pdf", Quality:=xlQualityStandard, IncludeDocProperties:= _
True, IgnorePrintAreas:=False, OpenAfterPublish:=False
I want this to be changed as such that it takes the value from cell D27 in tab "Faktuur".
Also note that in cell D27 there is a formula (=Fact_nr), so the name of the to be exported PDF should be the outcome of the formula in cell D27 e.g. "ZK2019/SBBZo06"
I hope my question is clear.
ActiveWorkbook.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"V:\ingrid\Book9.pdf", Quality:=xlQualityStandard, IncludeDocProperties:= _
True, IgnorePrintAreas:=False, OpenAfterPublish:=False
I want this to be changed as such that it takes the value from cell D27 in tab "Faktuur".
Also note that in cell D27 there is a formula (=Fact_nr), so the name of the to be exported PDF should be the outcome of the formula in cell D27 e.g. "ZK2019/SBBZo06"
I hope my question is clear.