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?