I've recently had my PC built, which has messed up a macro I had:
When I run the macro it says
"When you create a PostScript File you must rely on system fonts and use document fonts. Please go to printer properties, 'Adobe PDF settings' page and turn OFF the option "Rely on system fonts; do not use document fonts"
I've amended this setting but it still fails...here's the bit I think its creating the problem:
Dim route As String
route = "C:\Documents and Settings\amessenger\Desktop\area profiler\" & lsoa & ".ps"
Application.ActivePrinter = "Adobe PDF on Ne02:"
ActiveWindow.SelectedSheets.PrintOut From:=1, To:=4, Copies:=1, ActivePrinter:= _
"Adobe PDF on Ne02:", Collate:=True, prtofilename:=route