![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
How to create hyperlink in e-mail with VBA script? ...
I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb Thanks! |
Ads |
#2
|
|||
|
|||
![]()
I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Igor G." wrote in message news ![]() How to create hyperlink in e-mail with VBA script? ... I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb Thanks! |
#3
|
|||
|
|||
![]()
I want sent some users e-mail with code for automation to create shortcut on
her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Igor G." wrote in message news ![]() How to create hyperlink in e-mail with VBA script? ... I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb Thanks! |
#4
|
|||
|
|||
![]()
An email message doesn't run macros, and it can't run VBScript code to do that. The only way you could get it to work is with a custom Outlook form published to the Exchange server's Organizational Forms library, with a button on it to run a script behind the form that creates a shortcut.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Igor G." wrote in message ... I want sent some users e-mail with code for automation to create shortcut on her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. "Igor G." wrote in message news ![]() How to create hyperlink in e-mail with VBA script? ... I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb |
#5
|
|||
|
|||
![]()
Can you give me some example for this code, if you have (copy/paste)?
"Sue Mosher [MVP-Outlook]" wrote: An email message doesn't run macros, and it can't run VBScript code to do that. The only way you could get it to work is with a custom Outlook form published to the Exchange server's Organizational Forms library, with a button on it to run a script behind the form that creates a shortcut. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Igor G." wrote in message ... I want sent some users e-mail with code for automation to create shortcut on her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. "Igor G." wrote in message news ![]() I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb |
#6
|
|||
|
|||
![]()
I don't have any code like that, as it's not at all related to Outlook. I'm sure some would turn up on a search at Google or your favorite search engine. The only thing that would be Outlook-related is what you want the user to do to run the code -- open the item or click a button on the form surface.
But it will be a futile effort if you can't meet the requirement of publishing to the Organizational Forms library. FIrst things, first. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Igor G." wrote in message ... Can you give me some example for this code, if you have (copy/paste)? "Sue Mosher [MVP-Outlook]" wrote: An email message doesn't run macros, and it can't run VBScript code to do that. The only way you could get it to work is with a custom Outlook form published to the Exchange server's Organizational Forms library, with a button on it to run a script behind the form that creates a shortcut. "Igor G." wrote in message ... I want sent some users e-mail with code for automation to create shortcut on her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. "Igor G." wrote in message news ![]() I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb |
#7
|
|||
|
|||
![]()
Hi
I like to add an hyperlink to a website, what needs paramters. De site is: https://secure.postplaza.nl/TPGApps/tracktrace/findByBarcodeServlet?BARCODE=" & barcode & "&ZIPCODE=" & postcode Barcode and Postcode are 2 variables who are ehh.. variable ![]() So like to tell my clients "You can track here your packet" when 'HERE' is a hyperlink to a website.. Can you help me with this ? Regards "Sue Mosher [MVP-Outlook]" wrote: I don't have any code like that, as it's not at all related to Outlook. I'm sure some would turn up on a search at Google or your favorite search engine. The only thing that would be Outlook-related is what you want the user to do to run the code -- open the item or click a button on the form surface. But it will be a futile effort if you can't meet the requirement of publishing to the Organizational Forms library. FIrst things, first. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Igor G." wrote in message ... Can you give me some example for this code, if you have (copy/paste)? "Sue Mosher [MVP-Outlook]" wrote: An email message doesn't run macros, and it can't run VBScript code to do that. The only way you could get it to work is with a custom Outlook form published to the Exchange server's Organizational Forms library, with a button on it to run a script behind the form that creates a shortcut. "Igor G." wrote in message ... I want sent some users e-mail with code for automation to create shortcut on her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. "Igor G." wrote in message news ![]() I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb |
#8
|
|||
|
|||
![]()
Again, the prerequisite for doing this with Outlook is being able to publish a custom form to the Organizational Forms library. Have you confirmed that is possible?
The article at http://msdn2.microsoft.com/en-us/lib...ys(VS.85).aspx explains how to use the CreateShortcut method of Windows Script Host to create a shortcut. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jdvmanne" wrote in message ... Hi I like to add an hyperlink to a website, what needs paramters. De site is: https://secure.postplaza.nl/TPGApps/tracktrace/findByBarcodeServlet?BARCODE=" & barcode & "&ZIPCODE=" & postcode Barcode and Postcode are 2 variables who are ehh.. variable ![]() So like to tell my clients "You can track here your packet" when 'HERE' is a hyperlink to a website.. Can you help me with this ? Regards "Sue Mosher [MVP-Outlook]" wrote: I don't have any code like that, as it's not at all related to Outlook. I'm sure some would turn up on a search at Google or your favorite search engine. The only thing that would be Outlook-related is what you want the user to do to run the code -- open the item or click a button on the form surface. But it will be a futile effort if you can't meet the requirement of publishing to the Organizational Forms library. FIrst things, first. "Igor G." wrote in message ... Can you give me some example for this code, if you have (copy/paste)? "Sue Mosher [MVP-Outlook]" wrote: An email message doesn't run macros, and it can't run VBScript code to do that. The only way you could get it to work is with a custom Outlook form published to the Exchange server's Organizational Forms library, with a button on it to run a script behind the form that creates a shortcut. "Igor G." wrote in message ... I want sent some users e-mail with code for automation to create shortcut on her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. "Igor G." wrote in message news ![]() I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb |
#9
|
|||
|
|||
![]()
I'm realy sorry if i've misunderstood the website behind the link you gave,
but i read it as it is a way to add a hyperlink to you desktop! I like to add a link to a website, by VBA code. Wich website I like to choose from a radiobutton on a form Regards, Dirk "Sue Mosher [MVP-Outlook]" wrote: Again, the prerequisite for doing this with Outlook is being able to publish a custom form to the Organizational Forms library. Have you confirmed that is possible? The article at http://msdn2.microsoft.com/en-us/lib...ys(VS.85).aspx explains how to use the CreateShortcut method of Windows Script Host to create a shortcut. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jdvmanne" wrote in message ... Hi I like to add an hyperlink to a website, what needs paramters. De site is: https://secure.postplaza.nl/TPGApps/tracktrace/findByBarcodeServlet?BARCODE=" & barcode & "&ZIPCODE=" & postcode Barcode and Postcode are 2 variables who are ehh.. variable ![]() So like to tell my clients "You can track here your packet" when 'HERE' is a hyperlink to a website.. Can you help me with this ? Regards "Sue Mosher [MVP-Outlook]" wrote: I don't have any code like that, as it's not at all related to Outlook. I'm sure some would turn up on a search at Google or your favorite search engine. The only thing that would be Outlook-related is what you want the user to do to run the code -- open the item or click a button on the form surface. But it will be a futile effort if you can't meet the requirement of publishing to the Organizational Forms library. FIrst things, first. "Igor G." wrote in message ... Can you give me some example for this code, if you have (copy/paste)? "Sue Mosher [MVP-Outlook]" wrote: An email message doesn't run macros, and it can't run VBScript code to do that. The only way you could get it to work is with a custom Outlook form published to the Exchange server's Organizational Forms library, with a button on it to run a script behind the form that creates a shortcut. "Igor G." wrote in message ... I want sent some users e-mail with code for automation to create shortcut on her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. "Igor G." wrote in message news ![]() I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb |
#10
|
|||
|
|||
![]()
but i read it as it is a way to add a hyperlink to you desktop!
Exactly. That's what you want to do, isn't it? You wrote: "I want sent e-mail ... to create shortcut on desktop." I like to add a link to a website, by VBA code. VBA has nothing to do with Outlook forms, which run VBScript code. Wich website I like to choose from a radiobutton on a form To do this, requires code behind a published custom form. As I've explained twice already, achieving your goal means that you need to be able to publish the form to the Organizational Forms library on your organization's Exchange Server. Until you can confirm that you have permission to do that, your project cannot go forward. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Sue Mosher [MVP-Outlook]" wrote: Again, the prerequisite for doing this with Outlook is being able to publish a custom form to the Organizational Forms library. Have you confirmed that is possible? The article at http://msdn2.microsoft.com/en-us/lib...ys(VS.85).aspx explains how to use the CreateShortcut method of Windows Script Host to create a shortcut. "jdvmanne" wrote in message ... Hi I like to add an hyperlink to a website, what needs paramters. De site is: https://secure.postplaza.nl/TPGApps/tracktrace/findByBarcodeServlet?BARCODE=" & barcode & "&ZIPCODE=" & postcode Barcode and Postcode are 2 variables who are ehh.. variable ![]() So like to tell my clients "You can track here your packet" when 'HERE' is a hyperlink to a website.. Can you help me with this ? Regards "Sue Mosher [MVP-Outlook]" wrote: I don't have any code like that, as it's not at all related to Outlook. I'm sure some would turn up on a search at Google or your favorite search engine. The only thing that would be Outlook-related is what you want the user to do to run the code -- open the item or click a button on the form surface. But it will be a futile effort if you can't meet the requirement of publishing to the Organizational Forms library. FIrst things, first. "Igor G." wrote in message ... Can you give me some example for this code, if you have (copy/paste)? "Sue Mosher [MVP-Outlook]" wrote: An email message doesn't run macros, and it can't run VBScript code to do that. The only way you could get it to work is with a custom Outlook form published to the Exchange server's Organizational Forms library, with a button on it to run a script behind the form that creates a shortcut. "Igor G." wrote in message ... I want sent some users e-mail with code for automation to create shortcut on her desktop. Problem is when i sent hyperlink to some people, then must create shortcut... but they don't know and call admin. I need macro for this. Thanks! "Sue Mosher [MVP-Outlook]" wrote: I don't understand what you're trying to do. Putting a hyperlink in an email message doesn't have anything to do with creating a shortcut on the desktop, which is not something that can be done in an email message. "Igor G." wrote in message news ![]() I want sent e-mail with VBA script to create shortcut on desktop. When other user open this e-mail and click on hyperlink, automaticaly will be create shortcut to network place with one aplication. Example: I need to create shortcut on desktop for \\apps\data\database.mdb |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Desperate for help with Outlook 2003 (mail to hyperlink opens mutiple browsers) | Frustrated | Outlook - General Queries | 2 | January 13th 07 10:36 PM |
Getting Starting Microsoft Word as your e-mail editor . when clicking on email hyperlink. | [email protected] | Outlook - General Queries | 0 | November 4th 06 04:01 PM |
Hyperlink problem with e-mail links | Periodic Person | Outlook Express | 2 | August 21st 06 09:00 PM |
INSERTING HYPERLINK IN E-MAIL MESSAGE | rapsgumbo | Outlook - General Queries | 1 | June 30th 06 07:04 PM |
e mail hyperlink | Tony | Outlook Express | 2 | February 2nd 06 10:25 PM |