Hi, I have created a vba project that uses a userform to gather information from a user, and based on the selections they choose the program finds the corresponding part #'s and list price from various worksheets I have created.

From there it adds the part # and list price along with their customer contact information to a new worksheet. We are hoping to add a link to this excel file on our website so customers will be able to get basic pricing.

I would like to be able to have these results email back to our company, preferably without asking the end user permission. I have found several code snippets on the internet however I don't want the code to be dependant on the email program they use, because I won't be able to account for all situations, and most of the code I found works on my computer, but doesn't work when I upload the file to our website and access it.

Thanks for any help,

Mickie