Hi - I am trying to create a macro in Excel which will update the print area range based on cells I have designated using an "address" function to locate specific start and end cells. I am a novice user and tried to use the "record macro" feature of Excel.
The code I am trying to manipulate is:
ActiveSheet.PageSetup.PRINTAREA = "($CC$6)
$CC$10)"
However, I don't want it to use cells CC6 and CC10, but rather the values of those cells.
Thanks for any help you can provide -
Evelyn
The code I am trying to manipulate is:
ActiveSheet.PageSetup.PRINTAREA = "($CC$6)
However, I don't want it to use cells CC6 and CC10, but rather the values of those cells.
Thanks for any help you can provide -
Evelyn