View Single Post
 
Old 08-09-2017, 10:22 PM
Cyberseeker Cyberseeker is offline Windows 10 Office 2010 32bit
Advanced Beginner
 
Join Date: Jun 2016
Posts: 44
Cyberseeker is on a distinguished road
Default Cannot Create an Association

I have a macro that automatically sends a price-list email. However, it has stopped working and the debugger stops at the following line:
Code:
Send = Application.Dialogs(xlDialogSendMail).Show(address, "Pricelist", True)
The problem developed after I changed my email client from Thunderbird to Outlook. (I forgot my macro was hooked into Thunderbird)

Now a message pops up saying, "Install a program associated to perform the requested action. Create an association in the Default Programs control panel."

Im having trouble at this point. Ive set Outlook as the default program but my macro still wont run. Can someone please step me through to get it going?

Last edited by Pecoflyer; 08-10-2017 at 12:05 AM. Reason: Moved to programming forum
Reply With Quote