I
ianripping
I have a list of sheets in cell A1:-
"Index", "Area 1", "Area 2"
I want to create a macro that will print out these sheets, some thin
like
sheetrange = range("a1")
sheets(array(sheetrange)).select
selectedsheets.printpreview
can someone help me out on this one
"Index", "Area 1", "Area 2"
I want to create a macro that will print out these sheets, some thin
like
sheetrange = range("a1")
sheets(array(sheetrange)).select
selectedsheets.printpreview
can someone help me out on this one