PDA

View Full Version : Solved: Conditional searching using VBA



Slicemahn
07-12-2007, 03:29 AM
Hi Everyone!

I am hoping that I can get some help with some code I am using. I have a spreadsheet that lists all lines of business and their metrics for each day. Is there a way to loop through my sheet and find a cell that meets the condition: e: GOLD CARD? I have tried using the WorksheetFunction.Find but doesn't seem to work.
I appreciate your thoughts and responses.

Bob Phillips
07-12-2007, 03:50 AM
There is a VBA Find method. Look it up in VBA Help and post back if you need some specific help.