B bjh96 Jun 17, 2005 #1 What's the syntax to print in visual basic? Specifically, how do I prin a separate worksheet in the same document
What's the syntax to print in visual basic? Specifically, how do I prin a separate worksheet in the same document
D Dave Peterson Jun 17, 2005 #2 worksheets("sheet2").printout Lots of times, you can record a macro when you do this and see the code you'd want to use.
worksheets("sheet2").printout Lots of times, you can record a macro when you do this and see the code you'd want to use.