View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 363
Default 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....