![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Feb 2002
Posts: 388
|
How do I use the activecell to select an area to A1 to print
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Try the following:
ActiveSheet.PageSetup.PrintArea = "$A$1:" & ActiveCell.Address
__________________
Kind regards, Al Chara |
|
|
|
|
|
#3 |
|
Join Date: Feb 2002
Posts: 388
|
Thank you
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|