D
Duncan Smith
I have the following in an excel Spreadsheet.
The file is in a shared folder on outlook accessed by
many different users.
What I need is for when the user sends the form via a
macro button, there E Mail Name appears along side the
file, in this case "Debts"
I have tried Ron Bruins Site, but can't find what im
looking for, any ideas.
Cheers
Dunc
ActiveWorkbook.SendMail ("Payroll@marks-and-
spencer.com"), ("Debts")
MsgBox "Your details has been sent.",
vbInformation, "Debts"
Application.ActiveWorkbook.Close savechanges:=False
The file is in a shared folder on outlook accessed by
many different users.
What I need is for when the user sends the form via a
macro button, there E Mail Name appears along side the
file, in this case "Debts"
I have tried Ron Bruins Site, but can't find what im
looking for, any ideas.
Cheers
Dunc
ActiveWorkbook.SendMail ("Payroll@marks-and-
spencer.com"), ("Debts")
MsgBox "Your details has been sent.",
vbInformation, "Debts"
Application.ActiveWorkbook.Close savechanges:=False