I have a CRM application (GoldMine) that acts as a DDE Server and allows for pulling merge fields into Word documents using DDE like so:
{ DDE GOLDMINE DATA CONTACT2->UPREAWDAMT \* CHARFORMAT }
As you know, DDE does not pass along any formatting - and I'd like to use VBA to do some string manipulation on these fields, but I'm unsure how exactly to make this happen?
I know I can open a new DDE channel and all that and pull info. that way - but I particularly want to reuse the existing information - not open new channels?