View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
rwong[_2_] rwong[_2_] is offline
external usenet poster
 
Posts: 1
Default Printing multiple sheets in an array


Hi Norman,

I did indeed make the change as suggested.

Was getting a subscript range error because my cells weren't really
empty (ie my sheettoprint range was fill with isblank formula.) - my
solution was to change the isempty function to a isnumeric function
(since I could get it to return zero).

The other problem with the starting sheet being selected as part of the
print range is still present however. Best if I couild get rid of it -
but its something I can live with I suppose.

Thanks alot!


--
rwong
------------------------------------------------------------------------
rwong's Profile: http://www.excelforum.com/member.php...o&userid=12735
View this thread: http://www.excelforum.com/showthread...hreadid=390812