View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
malycom malycom is offline
external usenet poster
 
Posts: 39
Default Recognise filter in macro and ignore.

Hi

Using this community, I have had so much help creating a superb program that creates statements based on information held in a worksheet.

The macro inserts a new worksheet and formats the cells etc.

The only problem is, some of the values may be zero. Even if we put filters in the source sheet, when we run the statements all the zero records are printed also.

Is there a way to add some code where certain fields that hold a zero value are ignored which means that any client who has a zero statement wont get one prinited out?

Thanks in advance

Malycom