#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default question

on the excel sheet that I have formatted, I forgot how to end it at a
certain point. In other words, lets say I want the page to end at line or
row 200 and Column G. How would I do that so when printing I dont have to
print selections. Thank you,
NK


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default question

With Activesheet
.PageSetup.PrintArea = .Range(.Range("A1"), _
.Range("G200")).Address(External:=True)
End With

--
Regards,
Tom Ogilvy

"NascarIsKing" wrote in message
.. .
on the excel sheet that I have formatted, I forgot how to end it at a
certain point. In other words, lets say I want the page to end at line or
row 200 and Column G. How would I do that so when printing I dont have to
print selections. Thank you,
NK




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default question

Thank you very much Tom :)
NK


"Tom Ogilvy" wrote in message
...
With Activesheet
.PageSetup.PrintArea = .Range(.Range("A1"), _
.Range("G200")).Address(External:=True)
End With

--
Regards,
Tom Ogilvy

"NascarIsKing" wrote in message
.. .
on the excel sheet that I have formatted, I forgot how to end it at a
certain point. In other words, lets say I want the page to end at line

or
row 200 and Column G. How would I do that so when printing I dont have

to
print selections. Thank you,
NK






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
Excel 2007 Macro/VB Question DDE Question MadDog22 Excel Worksheet Functions 1 March 10th 10 01:47 AM
If question DDD Excel Worksheet Functions 4 December 8th 08 09:19 AM
where can I see my question and answer? Yesterday I ask a question IP Excel Discussion (Misc queries) 2 May 10th 08 04:08 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
The question is an excel question that I need to figure out howto do in excel. Terry Excel Worksheet Functions 3 January 23rd 06 06:22 PM


All times are GMT +1. The time now is 06:43 PM.

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"