View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LennyG LennyG is offline
external usenet poster
 
Posts: 8
Default Printing worksheet excluding rows with formulas

My worksheet has data in columns A to M. Data has been entered up to
Row 35, but there are "If" formulas in column D which extend down to
Row 200. I have inserted a macro to select and print the area with data,
which is up to Row 35. However, the print area selected by the macro
is A1:M200. Apparently this is happening because the "If"
formulas extend to Row 200.
I would be thankful for any help I can get in getting the macro to select
the required print range A1:M35