D
Daniel
I use Excel 2000.
I have a worksheet that has 4 command buttons:
ALL ORDERS
OPEN ORDERS
CLOSED ORDERS
PRINT
The 1st 3 buttons filter the worksheet as designed. My PRINT button
will correctly print the filtered items ONLY - if I 1st select EITHER
the OPEN ORDERS button or the CLOSED ORDERS button (and then press my
Print command button).
My problem occurs if the ALL ORDERS button has been selected followed
by my PRINT command button. The problem is that every row prints out
whether or not the row is blank. If I change the code for the event
procedure for the PRINT button to exclude no blanks, then the OPEN
ORDERS and CLOSED ORDERS filtering is nullified.
Can my problem be resolved with just 1 PRINT button? If so, your help
would be appreciated.
Thanks.
I have a worksheet that has 4 command buttons:
ALL ORDERS
OPEN ORDERS
CLOSED ORDERS
The 1st 3 buttons filter the worksheet as designed. My PRINT button
will correctly print the filtered items ONLY - if I 1st select EITHER
the OPEN ORDERS button or the CLOSED ORDERS button (and then press my
Print command button).
My problem occurs if the ALL ORDERS button has been selected followed
by my PRINT command button. The problem is that every row prints out
whether or not the row is blank. If I change the code for the event
procedure for the PRINT button to exclude no blanks, then the OPEN
ORDERS and CLOSED ORDERS filtering is nullified.
Can my problem be resolved with just 1 PRINT button? If so, your help
would be appreciated.
Thanks.