Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Printing Macro

I need your assistance. I currently use a macro based on my drop down
selection provided. I would like to know if there is a way that I can print
a page for each of the selected drop down using a macro. In other words,
print all with one click.
Here is my code that I use. This code is used after I make my
drop down selection.
Hope this helps you.

Private Sub CommandButton12_Click()
Range("A:HB").EntireColumn.Hidden = False

For Each c In Range("C1:HI1")
If c < 1 Then Columns(c.Column).Hidden = True
Next c

Range("B10").Select
End Sub

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing Macro dhstein Excel Discussion (Misc queries) 6 April 26th 09 05:47 PM
Macro Printing MrRJ Excel Programming 3 March 27th 09 07:47 PM
Macro for printing Ewout Excel Worksheet Functions 1 September 23rd 06 11:33 PM
Printing Macro? th3p3st Excel Programming 1 September 29th 05 05:22 PM
Need help for Printing Macro. sighsky Excel Programming 1 June 13th 05 03:06 PM


All times are GMT +1. The time now is 06:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"