excel training onsite - excel vba

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » excel training onsite - Excel VBA

excel training onsite - Excel VBA

resolvedResolved · Low Priority · Version Standard

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

RE: Excel VBA

Hi Adrian

A suggestion is:

Cells.Find("string").Activate

This should search the page you have selected and move to the cell containing the string.
Hope this helps.

RE: Excel VBA

Vicky,

Many thanks. There are days when I try to be intelligent. Yesterday was not one of them!

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Selecting constant values only

If periodically you need to change all your values back to zero, but leave formulas, text and blank cells as they are select the entire worksheet, choose F5 function key, Special and then Constants and choose the appropriate sub-selections. To enter zero in all the selected cells type 0 and then press Ctrl+Enter.

View all Excel hints and tips


Server loaded in 0.05 secs.