Hi there everyone,
I have an interesting question... I have an email module that sends an email from the worksheet. The Module has predetermined information.
Is it possible for a UserForm to be used to change the data in the Module IE:
Regards, John![]()
With OutMail .To = "[email protected]" .CC = "[email protected]" .Subject = "Information Subject" Change data to: .To = "[email protected]" .CC = "[email protected]" .Subject = "New Information Subject"
Bookmarks