Link to home
Start Free TrialLog in
Avatar of John Sheehy
John SheehyFlag for United States of America

asked on

Skipping rows based on a cells data

So I currently have this user form that exports everything on the worksheet to a MS Word document template and it saves each document a different name based on a sequential number.

I originally wanted to have the user be able to type in a set of number that could be skipped, but since I received no help on that I was able to change the data in one of the fields.  

So if say the data in Column H on row 6 says closed then that row will be skipped.

How do I go about making it so it will skip that row based on that criteria.  And that is the real data and column.

Thanks
John
ASKER CERTIFIED SOLUTION
Avatar of John Sheehy
John Sheehy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of John Sheehy

ASKER

Took me longer than expected to get an answer.  But I did an outstanding job figuring it out.  Adapt and overcome.