Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Automaticaly Emailing A S/Sheet ??

Hi there,

im in the middle of doing a stationery spreadsheet in my office....and im
want to try and make it as easy as possible for all using it (they arent too
great with new apps on PC's)

file he http://www.dj-jammy.com/order.xls

im want to have it so that, when the user has filled out their request, they
tick a box, and then hit a button, - then it will automaticaly send it to
the next person on the sheet, who hasn't ticked a box - then, when all are
ticked, it goes to a specified email address, im guessing i need some sort
of array, and then when the box is ticked, it takes the emai lout of this
array, and sends it to the next/first item in the array - or that kinda
thing..............

problem is, i dont know how to code a spreadsheet.............:-(


if anyone can help, i'd greatly appreciate it.

Thanks,
Neil


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Automaticaly Emailing A S/Sheet ??

Here are some sources of information on mailing spreadsheets:

Ron de Bruin's site

http://www.rondebruin.nl/sendmail.htm
http://www.rondebruin.nl/index.html

an Article by Ron on MSDN:
http://msdn.microsoft.com/library/en...odc_xlmail.asp

Dick Kusileka's site
http://www.dicks-clicks.com

If you can't adapt that to do what you want, then you might consider hiring
a consultant to round out your app.

--
Regards,
Tom Ogilvy


Neil wrote in message
...
Hi there,

im in the middle of doing a stationery spreadsheet in my office....and im
want to try and make it as easy as possible for all using it (they arent

too
great with new apps on PC's)

file he http://www.dj-jammy.com/order.xls

im want to have it so that, when the user has filled out their request,

they
tick a box, and then hit a button, - then it will automaticaly send it to
the next person on the sheet, who hasn't ticked a box - then, when all are
ticked, it goes to a specified email address, im guessing i need some sort
of array, and then when the box is ticked, it takes the emai lout of this
array, and sends it to the next/first item in the array - or that kinda
thing..............

problem is, i dont know how to code a spreadsheet.............:-(


if anyone can help, i'd greatly appreciate it.

Thanks,
Neil




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Automaticaly Emailing A S/Sheet ??

got it,

Private Sub CommandButton1_Click()

ActiveWorkbook.Save 'save sheet
ActiveWorkbook.Route 'send to next recipient on route list
ActiveWorkbook.Save 'save again, to sto annoying dialogue
ActiveWorkbook.Close 'close workbook

End Sub


neil

"Tom Ogilvy" wrote in message
...
Here are some sources of information on mailing spreadsheets:

Ron de Bruin's site

http://www.rondebruin.nl/sendmail.htm
http://www.rondebruin.nl/index.html

an Article by Ron on MSDN:
http://msdn.microsoft.com/library/en...odc_xlmail.asp

Dick Kusileka's site
http://www.dicks-clicks.com

If you can't adapt that to do what you want, then you might consider

hiring
a consultant to round out your app.

--
Regards,
Tom Ogilvy


Neil wrote in message
...
Hi there,

im in the middle of doing a stationery spreadsheet in my office....and

im
want to try and make it as easy as possible for all using it (they arent

too
great with new apps on PC's)

file he http://www.dj-jammy.com/order.xls

im want to have it so that, when the user has filled out their request,

they
tick a box, and then hit a button, - then it will automaticaly send it

to
the next person on the sheet, who hasn't ticked a box - then, when all

are
ticked, it goes to a specified email address, im guessing i need some

sort
of array, and then when the box is ticked, it takes the emai lout of

this
array, and sends it to the next/first item in the array - or that kinda
thing..............

problem is, i dont know how to code a spreadsheet.............:-(


if anyone can help, i'd greatly appreciate it.

Thanks,
Neil






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
Saving / emailing sinlge excel sheet, not entire workbook BRCorprado Excel Discussion (Misc queries) 2 September 17th 09 10:34 PM
emailing active sheet with macro BIGBOY1974AA Excel Worksheet Functions 2 July 18th 08 08:23 AM
Emailing one sheet Carla Bradley Excel Discussion (Misc queries) 3 June 17th 05 09:42 PM
Automaticaly put in the / in a date field Keith Excel Discussion (Misc queries) 1 April 12th 05 02:53 PM
Cell does not calculate automaticaly Pete Excel Discussion (Misc queries) 3 December 13th 04 11:56 PM


All times are GMT +1. The time now is 11:56 PM.

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"