signature

  1. R

    VBA Default Signature Format

    Hello everyone, I've been trying in the last couple hours to do something that should be simple: I want the body of the e-mail to be the same as the default signature - and when I say the default one, is because there can be more users, so the format cannot be fixed. I will change the e-mail...
  2. Carl Colijn

    Move sheet or sheet content while preserving range names

    During the last 2 weeks I've been trying to solve a seemingly unsolvable problem: how to set up a workbook with VBA, where the VBA needs to be signed, and still have users copy sheets in it, without that copying breaking the signature. There seems to be a narrow escape route, but it's still not...
  3. S

    Add digital signature automatically upon cell entry using VBA

    hello all, I have a "form" (its just a worksheet really) that I'm creating where the user will enter their name into a merged cell A8:N8 (named "EmpName"). I would like a code that takes the name that is entered and automatically adds a digital signature with that name in the "Suggested signer"...
  4. L

    VBA Finding file in directory with LARGEST file size.

    Hiya all, I've got everything working for this Macro except for one piece to this puzzle. I'm in the process of trying create an Email Attachment system that loads the "Signature" from Outlook. Our company uses multiple signatures for various types of emails (Default email Sig, Vendor sig...
  5. P

    Attaching email signature to exported pdf.

    Hi, I am using the following VBA code to attach export and attach a pdf to an email. I would like to be able to attach the email signature of the person that sends the email from Excel. I intend to have different users send the email. Any assistance anyone can provide is very much...
  6. D

    Adding signature

    Hello everyone i have a vba code to send email via outlook but the issue i don't know how to add signature to it, can signature can be predefined in the program or is it possible to extract signature from outlook using any command in vba code please help me out , below is my code , thanks in...
  7. J

    VBA Email code (outlook) including email signature

    Hi gurus, I've been using a code to email a defined range from an excel workbook. I'd like to also include my signature in the email. Could someone please advise me on how to include my signature? My code is below. Thanks :-) Sub Mail_Selection_Range_Outlook_Body() 'For Tips see...
  8. P

    Send e-mails from excel VBA - problem with signature, insert excel table in sent e-mail

    Hi all, I have a little code that I am trying to make it work but I am now stuck. I am obviously very new with VBA so I grabbed a few pieces of code from various places. Currently my code can create an e-mail (.Display or .Send) it can put the subject that I need, send from a specific Outlook...
  9. R

    Help with Excel to Outlook Macro

    OK, I'm pretty new to VBA but I have been able to piece this code together and now I'm stuck. What I would like is a code that will open a new email in outlook, insert cell values in to the buy and display for me to double check. I have everything figured out excel two things. 1) I would like...
  10. S

    Combining two VBA codes (adding outlook signature)

    Dear colleagues ;), What I am trying to do is to combine 2 vba codes. I have a vba that automatically prepares personal emails with attachments (newsletter). The thing is that I really need it with default outlook signature. So , another vba that I have is vba that opens new outlook message...
  11. G

    [URGENT] Outlook Signature

    When I open a New Email in outlook, I imediately see this: Att, <tbody> Gustavo Magalhães Roriz Analista de Finanças e Controle Gerência de Relacionamento e Divulgação de Dados de Estados e Municípios – GERED/COINT Telefone: +55 61 3412-3001 </tbody> as a signature. I want a...
  12. H

    Is it possible to assign InkPicture background image from the clipboard?

    I have a signature form on a tablet that takes the input strokes and then displays them as a picture object (as opposed to an ActiveX shape, which I try to avoid because they can drastically slow down the underlying code). A second technician can add his signature by opening the form, which...
  13. A

    Emailing - Outlook signature not displaying properly

    When I include the outlook signature file, it shows a ton of data that looks nothing like the outlook signature (.html). Using Office 2013. My email signature looks like a bunch of this...
  14. blaksnm

    Macro: Mail attachemnet and text problem

    Hi I have borrowed this macro from Ron de Bruin (thanks Ron ) to genrate a new ail and a insert default signature. Problem 1: I have a Range("ExistinFile").value to find and attach corresponding file to the mail Problem 2: I have 25 celles - named text, text2 .... aso tha should be the text in...
  15. M

    Email Range with default signature block?

    Hello all, This is my first post and i'm a complete beginner, so be gentle! I'm trying to run a macro that sends a range of cells as an attachment in an email. But, I also need the default outlook signature at the end of the email. This is probably an easy one but it's driving me insane! Thanks!
  16. D

    Add signature from file to this VBA code

    hello, please can anyone help me with my issue. I have simple vba code to sending emails from excel and I need add the signature from signature.htm file to the end of email body. I tried whatever I found but nothing works for me. Thank you.. My basic code is: Private Sub...

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