View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
basil basil is offline
external usenet poster
 
Posts: 13
Default Formula help needed

Duh I tried every way but that..
Thanks much
Basil
"Gary''s Student" wrote in message
...
Dim s as String
s="About Us"
Cells.Find(What:=s,After:=Active .....

--
Gary''s Student - gsnu2007j


"basil" wrote:

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