hyperlinks and cells

Timehri

New Member
Joined
Mar 24, 2002
Messages
15
When I create an e-mail hyperlink to a cell, is there any way for the subject line to be filled in by the contents of another cell?
Example: cell A2 contains the e-mail address hyperlink, B2 the subject information.
When I click on A2 and have MS outlook open up, can the subject line be filled in with B2?

Thank you,
Timehri
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
I don't know the syntax, but I would be very surprised if you could not pass information from Excel to another office program.
I'd bet a bunch that you can do it and easily. Post the code if you can?
Tom
 
Upvote 0
Hi,

You might want to try to use a line of VBA code instead of using hyperlinks. And then create a button to activate it.

Example:

Sub Send_File()
activeworkbook.sendmail recipients:="email@email.com", subject:="Email Subject"
End Sub

HTH
 
Upvote 0

Forum statistics

Threads
1,213,510
Messages
6,114,037
Members
448,543
Latest member
MartinLarkin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top