View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
grantfeek grantfeek is offline
external usenet poster
 
Posts: 1
Default Embedded button print macro

i'm trying to program a button to print selected worksheets from an excel file:

Private Sub CommandButton1_Click()
Range("Summary!, 'IRR Summary'!, 'Presentation Cash Flow'!, 'Rent Roll'!,
Vacancy!, 'Economic Rent'!").Select
ActiveWindow.ActiveSheets.PrintOut Copies:=1, Collate:=True
End Sub

luch to anyone in the LA area who can help me out!!!
THANKS