Formula help needed

  • Thread starter Thread starter basil
  • Start date Start date
B

basil

I'm trying to edit a some macro code.
Cells.Find(What:="About Us",After:=Active .....
I would like to use a variable for the "About Us" so I can set it outside
the loop.
This code is excel 2000
Ideas please
Basil
 
Dim s as String
s="About Us"
Cells.Find(What:=s,After:=Active .....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top