Hi,
I'm trying to select the cells that have been setup in PrintArea to allow me to copy that range of cells only.
I'm able to get the PrintArea address but only as a string using the following code:-
Dim strPrintArea As String
strPrintArea = ActiveSheet.PageSetup.PrintArea
The output I get back is $AB$1:$A0$26
How can I use the data in this string to return and select a range.
Cheers,
ST
I'm trying to select the cells that have been setup in PrintArea to allow me to copy that range of cells only.
I'm able to get the PrintArea address but only as a string using the following code:-
Dim strPrintArea As String
strPrintArea = ActiveSheet.PageSetup.PrintArea
The output I get back is $AB$1:$A0$26
How can I use the data in this string to return and select a range.
Cheers,
ST