Posted to microsoft.public.excel.programming
|
|
Replace text with numbers.
You can ignore these since you have posted again with different
requirements.
--
Regards,
Tom Ogilvy
"Josh Webskowski" wrote in message
...
There appears to be syntax errors in the following assertions:
Columns(A:A).Replace What:=varr(i), Replacement:=varr1(i), _
LookAt:=xlWhole, SearchOrder:=xlByRows, MatchCase:=False
and
Selection.Replace What:="advertising", Replacement:="61300",
LookAt:=xlWhole, _
SearchOrder:=xlByRows, MatchCase:=False
Selection.Replace What:="Purchases", Replacement:="51000",
LookAt:=xlWhole, _
SearchOrder:=xlByRows, MatchCase:=False
They all appear in red when I copy/paste it into VB editor. I have
Excel 2000.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
|