Hi.
I've made a userform where you click on the pages(sheets) you wish to print.
I have created a strtemp as string that makes up the print range......
Then by including this in a select function want to pick up the selected sheets...
Sheets(Array(StrTemp)).Select
But I'm getting the error message
Run-Time Error 9
Subscript out of range
Please help.
Thanks
I've made a userform where you click on the pages(sheets) you wish to print.
I have created a strtemp as string that makes up the print range......
Then by including this in a select function want to pick up the selected sheets...
Sheets(Array(StrTemp)).Select
But I'm getting the error message
Run-Time Error 9
Subscript out of range
Please help.
Thanks