![]() |
Formula help needed
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 |
Formula help needed
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 |
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 |
All times are GMT +1. The time now is 07:33 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com