SuperDVS
08-18-2003, 01:45 PM
Hello all,
I am sure we are all aware of the problems with MS Word Mail Merge and dynamic URL's
i am trying to mass email about 280 people with a URL that is formed from values in an access database.
when i try to form the url in the emails... it comes out looking fine, but being useless, like so
http://www.site.com/default.asp?var1=result1&var2=result2 etc is shown as the hyperlink... but the actual hyperlink is as follows:
http://www.site.com/default.asp?var1=<<result1>>&var2=<<result2>>
for all the records.
since this is a flaw in MailMerge, i was thinking that i could solve this by making a macro to go through all of the emails and do the following...
1) find the string that started with http:// and ended with whatever
2) highlight and copy that string
3) replace the malformed hyperlink (http://www.site.com/default.asp?var1=<<result1>>&var2=<<result2>>) with the actual text that was just copied
the problem is, i have no idea where to start on something like this. I would have to assume that something could be written in VB, but i need some advice or perhaps some snippets oh how to start this progect...
Any help is greatly appreciated.
I am sure we are all aware of the problems with MS Word Mail Merge and dynamic URL's
i am trying to mass email about 280 people with a URL that is formed from values in an access database.
when i try to form the url in the emails... it comes out looking fine, but being useless, like so
http://www.site.com/default.asp?var1=result1&var2=result2 etc is shown as the hyperlink... but the actual hyperlink is as follows:
http://www.site.com/default.asp?var1=<<result1>>&var2=<<result2>>
for all the records.
since this is a flaw in MailMerge, i was thinking that i could solve this by making a macro to go through all of the emails and do the following...
1) find the string that started with http:// and ended with whatever
2) highlight and copy that string
3) replace the malformed hyperlink (http://www.site.com/default.asp?var1=<<result1>>&var2=<<result2>>) with the actual text that was just copied
the problem is, i have no idea where to start on something like this. I would have to assume that something could be written in VB, but i need some advice or perhaps some snippets oh how to start this progect...
Any help is greatly appreciated.