
November 26th, 2007, 02:05 PM
|
|
Registered User
|
|
Join Date: Nov 2007
Posts: 1
Time spent in forums: 10 m 35 sec
Reputation Power: 0
|
|
Outlook Macros
hi All,
I need an advise on how to modify some code. Here is a long story short.
My client is using Outlook 2000. I have created a few macros that are opening a pre-made forms/modules in a new e-mail with a link in it. This link points at a word document that is placed on a network drive.
If the documents has the same name, there is no problem, but..I have a client that wants to change the name of the document. When the document name is changed, the macro is not picking it up as it is pointing at the name of the document and not the location. For example: today link is pointing at C:\docs\document1.doc but tomorrow it will be c:\docs\document2.doc
Macro is opening this new email with the old link in it.
Is there a way to modify VB script to make it adapt to the name change?
thank you in advance
|