Thread
:
Printing Copies based on Label Caption WONT Work, WHY is it Soo?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Corey
external usenet poster
Posts: 363
Printing Copies based on Label Caption WONT Work, WHY is it Soo?
With Sheets("Data")
..Select
..PrintOut From:=1, To:=Label2.Caption, Copies:=Label5.Caption
End With
The Page from and to works fine.
But why does the Copies NOT ?
Corey....
Reply With Quote
Corey
View Public Profile
Find all posts by Corey