A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups » Excel Programming
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

need VBA macro for printing multiple print ranges



 
 
Thread Tools Display Modes
  #1  
Old July 27th 12, 11:34 PM
okcsteve okcsteve is offline
Junior Member
 
First recorded activity by ExcelBanter: Jul 2012
Posts: 2
Default need VBA macro for printing multiple print ranges

I need some simple VBA code for printing multiple print ranges.
Ads
  #2  
Old July 28th 12, 05:46 PM posted to microsoft.public.excel.programming
Don Guillett[_2_]
external usenet poster
 
Posts: 1,506
Default need VBA macro for printing multiple print ranges

On Friday, July 27, 2012 5:34:25 PM UTC-5, okcsteve wrote:
> I need some simple VBA code for printing multiple print ranges.
>
>
>
>
>
>
>
>
>
> --
>
> okcsteve


range("a2:a4").printout
range("x4:k5").printout
etc
  #3  
Old August 13th 12, 07:06 PM
okcsteve okcsteve is offline
Junior Member
 
First recorded activity by ExcelBanter: Jul 2012
Posts: 2
Default

Quote:
Originally Posted by Don Guillett[_2_] View Post
On Friday, July 27, 2012 5:34:25 PM UTC-5, okcsteve wrote:[color=blue][i]
> I need some simple VBA code for printing multiple print ranges.


range("a2:a4").printout
range("x4:k5").printout
etc
Don - Thank you so much!
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
before print macro not printing multiple selected worksheets rockhammer Excel Programming 6 March 31st 07 12:56 AM
printing multiple print areas with a print dialog box LHaro Excel Programming 0 August 17th 05 09:56 PM
Print macro for multiple ranges/sheets William[_2_] Excel Programming 0 June 1st 04 11:29 PM
Print macro for multiple ranges/sheets Ron de Bruin Excel Programming 1 June 1st 04 10:56 PM
Printing Multiple Ranges from Multiple Worksheets Dave Barkley[_2_] Excel Programming 1 July 22nd 03 06:10 PM


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


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