P
prodsched
Excel Spreadsheet with fixed number of columns (44) and varying numbe
of rows. The data of interest starts at ROW 9.
After worksheet is updated by Shipping (Column Q), Object of macro i
to hide rows that have shipped.
Look at each ROW in column "Q". Looking for word "Shipped".
If found "Shipped" then stop, select the entire ROW and hide it. The
GOTO next row. Repeat.
IF not found Then go to next row. Repeat.
Continue to end of rows. End
I have tried LOOPS, FOR NEXT, IF THEN and can't seem to find
combination that works! What am I missing??? HELP
of rows. The data of interest starts at ROW 9.
After worksheet is updated by Shipping (Column Q), Object of macro i
to hide rows that have shipped.
Look at each ROW in column "Q". Looking for word "Shipped".
If found "Shipped" then stop, select the entire ROW and hide it. The
GOTO next row. Repeat.
IF not found Then go to next row. Repeat.
Continue to end of rows. End
I have tried LOOPS, FOR NEXT, IF THEN and can't seem to find
combination that works! What am I missing??? HELP