could someone help me in creating a macro to save a selection into pictures? i
made this but it didn't work :
Sub PrintMe()
Selection.PrintOut _
Copies:=1, _
Preview:=False, _
ActivePrinter:="Microsoft Office Document Image Writer on Ne00:", _
PrintToFile:=True, _
Collate:=True, _
PrToFilename:="c:\testpic.jpg"
End Sub