Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Mailing from excel


I may be a bit out of my league here, but what I'm trying to do is to
insert buttons in my excel file that :
1) open outlook and start a new message to a certain email-address (so
far so good, this part works)
2) add a default text-body
3) attach the file in which this button is,
4) after first saving the changes (can this saving be done without
saving it to an actual location, but just saving it it the temp
folder?)
I've seen it work (without the attachment) on my previous job, but I
can't find out how.
In advance, many thanks!


--
Jufa
------------------------------------------------------------------------
Jufa's Profile: http://www.excelforum.com/member.php...o&userid=30742
View this thread: http://www.excelforum.com/showthread...hreadid=504066

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Mailing from excel

Hi Jufa

4) after first saving the changes (can this saving be done without
saving it to an actual location, but just saving it it the temp
folder?)


Do you want to save a copy of the file and send that
Am I correct ?


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Jufa" wrote in message
...

I may be a bit out of my league here, but what I'm trying to do is to
insert buttons in my excel file that :
1) open outlook and start a new message to a certain email-address (so
far so good, this part works)
2) add a default text-body
3) attach the file in which this button is,
4) after first saving the changes (can this saving be done without
saving it to an actual location, but just saving it it the temp
folder?)
I've seen it work (without the attachment) on my previous job, but I
can't find out how.
In advance, many thanks!


--
Jufa
------------------------------------------------------------------------
Jufa's Profile: http://www.excelforum.com/member.php...o&userid=30742
View this thread: http://www.excelforum.com/showthread...hreadid=504066



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Mailing from excel


Yep,
Maybe I should give a bit more detail.
The idea is to create a request form that has to go through a flow of
approvals. Person 1 initiates, saves the file on his hard drive and
forwards it to approver 1. Approver 1 approves and mails it to Approver
2 etc. I want to facilitate the mailing process by adding a hyperlink
next to the approval line where he simply marks "OK" (please have mercy
on me. I realise there must be better ways to organise this, but for
starters, this is the way I would like to set it up and there's a nice
learning process here. I will probably be posting questions on secure
digital signatures quite soon:)). Clicking the hyperlink should open
mail, set the right "to" (approver 2), add a subject, add text of the
mail ("please find attached for your approval bla bla...") and attach
the excel file. In order to make sure that the approval of the sender
is included, I would like it to autosave before leaving (I'm not even
sure that this is neccessary as excel might forward the version as it
is at the moment of attaching?).
Hope this sheds more light over my problem.

Greetings


--
Jufa
------------------------------------------------------------------------
Jufa's Profile: http://www.excelforum.com/member.php...o&userid=30742
View this thread: http://www.excelforum.com/showthread...hreadid=504066

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Mailing from excel

Hi Jufa

The code to do this is on my site
Try a few examples first
http://www.rondebruin.nl/sendmail.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Jufa" wrote in message
...

Yep,
Maybe I should give a bit more detail.
The idea is to create a request form that has to go through a flow of
approvals. Person 1 initiates, saves the file on his hard drive and
forwards it to approver 1. Approver 1 approves and mails it to Approver
2 etc. I want to facilitate the mailing process by adding a hyperlink
next to the approval line where he simply marks "OK" (please have mercy
on me. I realise there must be better ways to organise this, but for
starters, this is the way I would like to set it up and there's a nice
learning process here. I will probably be posting questions on secure
digital signatures quite soon:)). Clicking the hyperlink should open
mail, set the right "to" (approver 2), add a subject, add text of the
mail ("please find attached for your approval bla bla...") and attach
the excel file. In order to make sure that the approval of the sender
is included, I would like it to autosave before leaving (I'm not even
sure that this is neccessary as excel might forward the version as it
is at the moment of attaching?).
Hope this sheds more light over my problem.

Greetings


--
Jufa
------------------------------------------------------------------------
Jufa's Profile: http://www.excelforum.com/member.php...o&userid=30742
View this thread: http://www.excelforum.com/showthread...hreadid=504066



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Mailing from excel


Code is working just fine. Thanks a lot!
So I see you can't add a body or cc or bcc, but is there any way that I
can enter 2 addresses in the "to line"?
Are there editors or wizards or something to create VBA code or is it
all just hard input?

In any case, thanks for the help!


--
Jufa
------------------------------------------------------------------------
Jufa's Profile: http://www.excelforum.com/member.php...o&userid=30742
View this thread: http://www.excelforum.com/showthread...hreadid=504066



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Mailing from excel

Hi Jufa

So I see you can't add a body or cc or bcc, but is there any way that I

If you use the Outlook object model code from my site you can use it

can enter 2 addresses in the "to line"?

Click on the Tips link that you find on each page


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Jufa" wrote in message ...

Code is working just fine. Thanks a lot!
So I see you can't add a body or cc or bcc, but is there any way that I
can enter 2 addresses in the "to line"?
Are there editors or wizards or something to create VBA code or is it
all just hard input?

In any case, thanks for the help!


--
Jufa
------------------------------------------------------------------------
Jufa's Profile: http://www.excelforum.com/member.php...o&userid=30742
View this thread: http://www.excelforum.com/showthread...hreadid=504066



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need to import my Excel Mailing list into mailing label format. Gord Dibben Excel Discussion (Misc queries) 0 November 5th 09 10:16 PM
I need to import my Excel Mailing list into mailing label format. Lyn Excel Discussion (Misc queries) 0 November 5th 09 08:11 PM
Excel mailing seandallen Excel Discussion (Misc queries) 0 February 3rd 07 09:46 PM
e-mailing with excel iriscat Excel Discussion (Misc queries) 1 December 1st 06 08:06 PM
how do i convert MS Word mailing labels into an Excel mailing lis. unrhyll Excel Discussion (Misc queries) 1 February 4th 05 12:19 AM


All times are GMT +1. The time now is 05:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"