Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have never used macros before. I have a spreadsheet that lists the email
addresses for a group of parties. Then I have a single cell that pulls all the emails addresses in a particular row into a mass email hyperlink (eg): =HYPERLINK("mailto:"&INDEX('Contacts (2)'!$BG$2:$BG$10,MATCH($F4,'Contacts (2)'!$F$2:$F$10,0),1)&"; "&INDEX('Contacts (2)'!$BG$2:$BG$10,MATCH($G4,'Contacts (2)'!$F$2:$F$10,0),1)&"; "&INDEX('Contacts (2)'!$BG$2:$BG$10,MATCH($K4,'Contacts (2)'!$F$2:$F$10,0),1)&"; "&INDEX('Contacts (2)'!$BG$2:$BG$10,MATCH($O4,'Contacts (2)'!$F$2:$F$10,0),1)&"; "&INDEX('Contacts (2)'!$BG$2:$BG$10,MATCH($S4,'Contacts (2)'!$F$2:$F$10,0),1)&"; "&INDEX('Contacts (2)'!$BG$2:$BG$10,MATCH($W4,'Contacts (2)'!$F$2:$F$10,0),1),"Email Distribution List") I would like to put a form button in place of the hyperlink so that the spreadsheet looks more presentable, but I can't figure out how to record a hyperlink. When I try to record it, the macro only takes me to the cell that the hyperlink is in, it doesn't actually act on the hyperlink. Any help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create an email macro to auto fill the email? | Excel Discussion (Misc queries) | |||
Button to create a new form | Excel Worksheet Functions | |||
Excel in email form... | Excel Discussion (Misc queries) | |||
How do I create a submit button to an email address in excel? | Excel Discussion (Misc queries) | |||
How do I create a button on the toolbar that will start my form? | Excel Discussion (Misc queries) |