Set print Area macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Guest
I have a worksheet that generates a different size of print area each time the data extraction is done from the original system. I want to set this print area for the users using a macro; however if I do this using the End button and Arrow keys to find the ‘edges’ of the sheet data area, the macro records these as an ‘absolute’ area (e.g. a1:z99) as opposed to a ‘relative’ area (e.g. ‘End, Down: End, Right).

How do I counter this??

Thanks in advance.

John
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi John,

Try this:
ActiveSheet.PageSetup.printarea = ActiveSheet.UsedRange.Address
This message was edited by rikrak on 2002-10-07 15:48
 
Upvote 0

Forum statistics

Threads
1,222,900
Messages
6,168,926
Members
452,227
Latest member
sam1121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top