Rich Seidner
New Member
- Joined
- Aug 16, 2016
- Messages
- 21
Hi--I'm a Total Newbie, and have spent literally days trying and failing to do this very very very simple thing.
A user of my sheet can type a value into a fixed cell location (let's say into cell H9), and I want to create a FindNext macro to find the next occurrence of whatever that value is in a column (let's say column B). I know I need to set a static variable to keep the address of the most recent cell that was found across repeated use of the FindNext macro, so as to start the next find operation after that ... but I have failed miserably.
Hoping someone can help me! And, yes, I intend to learn VBA properly.
A user of my sheet can type a value into a fixed cell location (let's say into cell H9), and I want to create a FindNext macro to find the next occurrence of whatever that value is in a column (let's say column B). I know I need to set a static variable to keep the address of the most recent cell that was found across repeated use of the FindNext macro, so as to start the next find operation after that ... but I have failed miserably.
Hoping someone can help me! And, yes, I intend to learn VBA properly.