A client has an Excel template that creates a quote for e-mailing to their customer.
I set up the template to allow the calculations to take place on sheet 1 and the formal quotation (with letterhead, etc.) on sheet 2. Print areas are set for both parts and document creator can elect to print either, both or e-mail just the quotation through a simple form.
Until recently all went well. Then one of their customers received both (the calculations sheet with margins, etc. and the quote sheet) much to the concern of my client. Nothing has changed in the VBA code but I have noted that with limited testing I can send the correct quote sheet or both (with the file as an attachment).
The code does not send the e-mail (although that might be the better option) rather it selects the desired print area and then the user selects the File | Send To | Mail Recipient option. Previously I noted that this brought up a dialog box with the option to send either the file as an attachment or just the selection.
This is not happening now.
Any suggestions please?