|
I can get formula.replace to work via DDE as long as I use text that is
typeable. Of course I need to change '0A'x AKA "ALT-ENTER" to blank
via DDE. I got the idea for this from reading related SAS-L post but I
do not know how to get tell EXCEL what I want.
I tried ...
put '[formula.replace(&char(0010)," ",2,2)]'; /*does not work*/
put '[formula.replace("CNO","NEWCNO",2,2)]';
Please advise.
|