Hi All,
I'm know NOTHING in macros or VBE. But I know that in my excel spreadsheet I want to increment my invoice number then print 2 copies of my invoice. I got this piece of code from my friend and I want to use it in BeforePrint:
Sub Print2()
'Sub Print2Copies()
'
ActiveWindow.SelectedSheets.PrintOut Copies:=2, Collate:=True
End Sub
Can somebody help?
Thanks in advance...
Marc
I'm know NOTHING in macros or VBE. But I know that in my excel spreadsheet I want to increment my invoice number then print 2 copies of my invoice. I got this piece of code from my friend and I want to use it in BeforePrint:
Sub Print2()
'Sub Print2Copies()
'
ActiveWindow.SelectedSheets.PrintOut Copies:=2, Collate:=True
End Sub
Can somebody help?
Thanks in advance...
Marc