IgorDepecker
New Member
- Joined
- Jan 8, 2005
- Messages
- 35
tried hours and hours... the message board is the only solution left:
I should need a macro to find (ctrl-f) the data in f.i. cell A1 on sheet 1 somewhere on sheet 2... problem is that cell A1 on sheet 1 is not fixed (e.g. via a validation list);
Part of the macro that I'm stuck:
Cells.Find(What:="?", ...) can't define the data to look for where I put ? ...
thanks a lot for your help
I should need a macro to find (ctrl-f) the data in f.i. cell A1 on sheet 1 somewhere on sheet 2... problem is that cell A1 on sheet 1 is not fixed (e.g. via a validation list);
Part of the macro that I'm stuck:
Cells.Find(What:="?", ...) can't define the data to look for where I put ? ...
thanks a lot for your help