larrykathy
Technical User
Sure could use some help.
I have a xls file on the network and I want other people to make additions to the file if I email them. I can sucessfully complete this by using the copy range/cells--and then--paste special link in outlook. No problem.
Any ideas how to do that in VBA? This is very slick but it sends the whole file.."Application.Dialogs(xlDialogSendMail).Show".
I just want to email them the link via email using VBA.... Only want one xls file on the network.
Thanks in advance!
I have a xls file on the network and I want other people to make additions to the file if I email them. I can sucessfully complete this by using the copy range/cells--and then--paste special link in outlook. No problem.
Any ideas how to do that in VBA? This is very slick but it sends the whole file.."Application.Dialogs(xlDialogSendMail).Show".
I just want to email them the link via email using VBA.... Only want one xls file on the network.
Thanks in advance!