code Help - Routing Recipients

N

Neil

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
 
N

Neil

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top