R
Richard Smack
I want to create a submit button that when I click on it, the current
worksheet/file will be e-mailed to someone. Instead of saving the
file, then inserting into an e-mail. I have seen this before in a
file before, but can't figure out exactly how it works. I happened to
notice in the VB Editor I saw something like...
CommandClick()
Excel.Application.Send "(e-mail address removed)"
End Sub
Or something similar to that. I don't know any VBA.. So if that's
what I need to learn, then let me know.
TIA
worksheet/file will be e-mailed to someone. Instead of saving the
file, then inserting into an e-mail. I have seen this before in a
file before, but can't figure out exactly how it works. I happened to
notice in the VB Editor I saw something like...
CommandClick()
Excel.Application.Send "(e-mail address removed)"
End Sub
Or something similar to that. I don't know any VBA.. So if that's
what I need to learn, then let me know.
TIA