A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Hyperlink in e-mail with VBA script



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 24th 07, 12:52 PM posted to microsoft.public.outlook.program_vba
Igor G.
external usenet poster
 
Posts: 3
Default Hyperlink in e-mail with VBA script

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  
Old July 24th 07, 06:08 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Hyperlink in e-mail with VBA script

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  
Old July 25th 07, 10:58 PM posted to microsoft.public.outlook.program_vba
Igor G.
external usenet poster
 
Posts: 3
Default Hyperlink in e-mail with VBA script

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  
Old July 26th 07, 12:26 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Hyperlink in e-mail with VBA script

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  
Old July 26th 07, 08:30 AM posted to microsoft.public.outlook.program_vba
Igor G.
external usenet poster
 
Posts: 3
Default Hyperlink in e-mail with VBA script

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 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



  #6  
Old July 26th 07, 12:36 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Hyperlink in e-mail with VBA script

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 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



  #7  
Old April 9th 08, 05:28 PM posted to microsoft.public.outlook.program_vba
jdvmanne
external usenet poster
 
Posts: 2
Default Hyperlink in e-mail with VBA script

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 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



  #8  
Old April 9th 08, 05:45 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Hyperlink in e-mail with VBA script

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 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



  #9  
Old April 9th 08, 06:31 PM posted to microsoft.public.outlook.program_vba
jdvmanne
external usenet poster
 
Posts: 2
Default Hyperlink in e-mail with VBA script

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 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




  #10  
Old April 9th 08, 06:46 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Hyperlink in e-mail with VBA script

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 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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 04:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.