Thread
:
Application.Sheet1.PrintOut = property not suported
View Single Post
#
2
Posted to microsoft.public.excel.programming
JLGWhiz
external usenet poster
Posts: 3,986
Application.Sheet1.PrintOut = property not suported
ActiveSheet.PrintOut
Or Sheets("Sheet1").PrintOut
"pswanie" wrote:
Application.Sheet1.PrintOut
how do i tell it to print sheet1?
Reply With Quote
JLGWhiz
View Public Profile
Find all posts by JLGWhiz