Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there, im looking for some code which i can attach to a button on my
spreadsheet, basicaly, i want eht button to do this, in this order, save the spreadsheet send to the next recipient on the routing list then close the app Any help is greatly apreciated, thanks, neil |
#2
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "Neil" wrote in message ... Hi there, im looking for some code which i can attach to a button on my spreadsheet, basicaly, i want eht button to do this, in this order, save the spreadsheet send to the next recipient on the routing list then close the app Any help is greatly apreciated, thanks, neil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do you do labels with diffrent recipients? | Excel Discussion (Misc queries) | |||
Mail Merge Without Recipients - Is It Something Else? | Excel Discussion (Misc queries) | |||
Routing Slips in Excel 2007 - where is "Next Routing Recipient ?" | Excel Discussion (Misc queries) | |||
Mail Recipients | Setting up and Configuration of Excel | |||
emailing recipients from a list in Excel | Excel Programming |