Printing in Visual Basic

B

bjh96

What's the syntax to print in visual basic? Specifically, how do I prin
a separate worksheet in the same document
 
D

Dave Peterson

worksheets("sheet2").printout

Lots of times, you can record a macro when you do this and see the code you'd
want to use.
 
Top