MyFlight
Technical User
- Feb 4, 2002
- 193
Help,
I have a script I am writing and need to replace the Asteriks "*" with the value "99". I tried the following however it does not find the Asteriks.
Columns("A:A").Select
Selection.Replace What:="'*'", Replacement:="10", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False
Your help will be greatly appreciated.
I have a script I am writing and need to replace the Asteriks "*" with the value "99". I tried the following however it does not find the Asteriks.
Columns("A:A").Select
Selection.Replace What:="'*'", Replacement:="10", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False
Your help will be greatly appreciated.