Adrian has attended:
No courses
Excel VBA
At the beginning of a macro I want to set the ActiveCell to a cell containing a particular string of text. How can I do this. I have tried:
activesheet.find(string)
as the first line of the macro but to no avail. Any help much appreciated