Hi,
I would like to modify the footer of my page before printing it with the name of my company-unitname. But the code interprets everything as string. Is there another sollution to this problem?
Unitname=Worksheets.Cells(r,k)
With ActiveSheet.PageSetup
.LeftFooter = "&""Arial,Regular,UnitName"
End With
etc...
Best regards,
John
I would like to modify the footer of my page before printing it with the name of my company-unitname. But the code interprets everything as string. Is there another sollution to this problem?
Unitname=Worksheets.Cells(r,k)
With ActiveSheet.PageSetup
.LeftFooter = "&""Arial,Regular,UnitName"
End With
etc...
Best regards,
John