pdffile

  1. M

    Why doesn't my Code work??? Creating a PDF, attaching PDF to email and sending

    Hello, I am having trouble with the below code, wondering if anyone can help me. I found the original solution on an Excel website; I changed it to what I require. I am trying to select a few worksheets, save as a PDF, then email it to myself. Funny thing is that this code has worked before...
  2. M

    Paste a range of cells into Email Body AS AN IMAGE - VBA

    Hi all I am using the below code to send a PDF to a group of managers. I want to include in the email body, a summary table from one of the tabs. I want paste as an IMAGE as this keeps all of the formatting and size ratio that makes it easy to read. The source tab is called DATA and the...
  3. F

    Working with 2 workbooks, problem with PDF creation

    Morning All, I have two workbooks, "Material_Orders.xlsm" and "testMCosts.xls". within the "Material_Orders.xlsm" i have a script in place which will initially take a cell from that workbook and open the "testMCosts.xls" pasting the cell. It then hyperlinks the pasted cell and links this to a...
  4. F

    help to correct an issue with PDFfile creation in VBScript

    Hello All, I have a piece of VBscript which i was kindly helped to produce by Warship on this site. Everything works perfectly except an issue where the created PDF file which is hyperlinked and saved is being created from the wrong workbook. I have an "order sheet" workbook which contains...
  5. S

    Export Active Sheet to PDF

    I currently have an excel spreadsheet that I created recently, that would export the active sheet into PDF format and attached to an outlook email. However, ever since the company updated the Adobe Acrobat to Acrobat DC, the code would prompt error. Any assistance is greatly appreciated.
  6. N

    VBA Run time error 5

    Please can someone assist. When I run the below macro in my Excel 2016 it works perfectly. I've emailed the sheet to another colleague who runs Excel 2007, and when I try run it on her PC it gives me a runtime error 5 Invalud Proceudre Call or Argument. When I debug it highlights this line...
  7. S

    Error at .attachments.add line

    I'm need of converting excel sheet as pdf and sending it as mail. I've got code in this forum, thanks to ZVI. Here's the code i used Sub AttachActiveSheetPDF() Dim IsCreated As Boolean Dim i As Long Dim PdfFile As String, Title As String Dim OutlApp As Object ' Not sure for what the...
  8. R

    Help amending some code

    Hi, I have found this code written by ZVI in this forum, which does more or less exactly what I need. However it would be great if somebody could help me to make a couple of small changes to the code: Would it be possible to amend it to prompt the user to type in the email address the want to...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top