View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ianripping[_90_] ianripping[_90_] is offline
external usenet poster
 
Posts: 1
Default Print Array in Cell

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

--
Message posted from http://www.ExcelForum.com