replace text in a value arrive by inputbox

L

Lalla

Hi all
I wrote a macro the mereg wordmailmerge and outlook mail item in order to
customize massive mail with an excel datasource and have all outlook message
fields also for cc and return receipt.
subject is asked by an inpoutbox but on a character as "#" for example I had
to replace with a mailmergefield.
My problem is that selection for find vba command is based on document text
not on an value text ... could you help me ti do this?


Thanks in advance
 
J

Jean-Guy Marcil

Lalla said:
Hi all
I wrote a macro the mereg wordmailmerge and outlook mail item in order to
customize massive mail with an excel datasource and have all outlook message
fields also for cc and return receipt.
subject is asked by an inpoutbox but on a character as "#" for example I had
to replace with a mailmergefield.
My problem is that selection for find vba command is based on document text
not on an value text ... could you help me ti do this?

I am afraid that I do not understand your problem.

What are you trying to do exactly?
What is "document text" vs "value text"?
What VBA command are you trying to find?
 
Top