B
Bjørn Holm
Hi.
I am trying to run the Find/Replace command in Excel remotely via DDE.
What is the correct syntax for doing this?
I have tried this:
[Cells.Replace What:="@what", Replacement:="@with", LookAt:=xlPart,
SearchOrder:=xlByRows, MatchCase:=False]
but with no luck.
Is there a list of correct syntaxes for Excel VBA-commands run via DDE
anywhere? I have searched on the web without finding anything.
regards,
Bjørn Holm
Nordak as
Norway
(e-mail address removed)
I am trying to run the Find/Replace command in Excel remotely via DDE.
What is the correct syntax for doing this?
I have tried this:
[Cells.Replace What:="@what", Replacement:="@with", LookAt:=xlPart,
SearchOrder:=xlByRows, MatchCase:=False]
but with no luck.
Is there a list of correct syntaxes for Excel VBA-commands run via DDE
anywhere? I have searched on the web without finding anything.
regards,
Bjørn Holm
Nordak as
Norway
(e-mail address removed)