signature

  1. M

    DIY Digital Signature

    Hi, I am trying to create a DIY digital signature block on that inserts the signers details on a worksheet. this is what I have so far. The commandbutton is on a userform along with a couple of comboboxes. Private Sub CommandButton1_Click() Dim myCell As Range Dim myTextBox As textbox Set...
  2. gssachin

    How to add signature to my automail in VBA

    Dear All, I m using following codes to generate auto mail. In that I want to add signature. Please help Sub automail() Dim R As Range Set R = Sheets("PIVOT").Cells Dim i As Integer For i = 2 To 6 Range("B5").Select...
  3. D

    Userform Outlook VBA HTML Text Wrapping not working

    Hello Everyone I have an excel userform which generates an email and populates it with information the user has inputted within the various textboxes. The code works fine until the information within a textbox exceeds a certain length. I understand there is a way to lock column sizes with...
  4. R

    [VBA] Get signature with photo in mail generated from Excel

    Hi I need to send a mail from an Excel. A signature must be added at the end of this mail. The signature is not the standard signature set in Outlook. So every user added an extra (personalised) signature -Study- with the same name, so I can call this specific signature name. So far so good...
  5. M

    Emailing Excel Tabs via Outlook and Email Signature

    Hello Seniors, I am trying to use VBA to send all the excel tabs as outlook emails. Everything is working fine except email signatures. the signature text is coming along just fine however the company image that I need does not show up and neither are the twitter and facebook handle icon images...
  6. W

    Using Mod function to trigger event

    I am using a spreadsheet as a form which many persons may have to sign. The worksheet that would be used for signatures is locked, and must be unlocked when the signature cell is entered. Some signature cells are fixed in their location, others will be created by the form itself. The code for...
  7. W

    Multiple signatures in email

    I am using a script from Run De Bruin to email from excel. However it pulls the signature from the default email account. How can i create multiple signatures and swap them based on a cells content? IE. if b1 - mike then the email would be mikes signature, if b1 = steve then it would use...
  8. D

    A way to allow uploading a signature

    I have a spreadsheet that copies and pastes a signature that is stored on another sheet to the main sheet. The workbook will be protected and I wanted a way for users to update the signatures. I was thinking to add some kind of a control that would allow me to press a button and select a file...
  9. A

    Digital Signature

    Hello Everyone, Happy New Year ! Hope you all had a nice time with your Family, Friends, Relatives.. Starting a New Year with a new challenges on Excel ! :) Basically I'm trying to build a 'Goods In' spreadsheet. Made the macro which gives unique ID for each delivery we are getting in...
  10. D

    Excel page break between Table & Range

    Hi! I got a page break challange in Excel (2016) worksheet. I have a defined table containing statement of account ("Table1") - the table is autoexpanding and populated with a copy-paste function over VBA. The table area is followed with a signature area which is not changing, but taking...
  11. M

    VBA grab email list from table in another sheet and use as send To

    Hi there I have the below code which I know is incorrect for the To. but I don't know how to fix? would appreciate any help. I have the list on another sheet. It's in a table if that helps: Table16[Email] Sub emailsavePDF_weekly() Dim objOutlook As Object Dim objMail As Object...
  12. M

    Find and Move Last hpagebreak

    I have a 3 row tall signature block that is inserted 4 rows below the bottom of a dynamic table. I want to insert code that will ensure that the signature block never gets printed between 2 pages. I'm looking for code that will find the location of the last hpagebreak, compare it to the...
  13. S

    get and past htmlsigniture from outlook into excel

    Is there some way to read the outlook signature html file and paste the signature to the end of an excel spreadsheet?
  14. C

    Email w/ signature issue

    The code below is getting the signature an adding it the email. But it does not copy th picture portion of the signature. It gives a box with a red x the picture can't be displayed. Can anyone please help me? Sub testemail() '-----------------------------------------...
  15. A

    Outlook VBA - recurring task to send email

    hi folks, I have found a great way to send out reminders to submit work to a group of people based on a recurring task. https://www.datanumen.com/blogs/auto-send-recurring-email-periodically-outlook-vba/ in ThisOutlookSession, you paste the following code: Private Sub...
  16. V

    Trouble with signature macro

    With the help of the forum I have a signature macro that had been working fine, but recently has been putting the signature of the person that last opens it into the file (suppose to be the signature of the person that performs the recon) Below is the code that I have ben using (work sheet...
  17. C

    Button with moving cell reference

    Hi All, I'm not sure how to do this so hoping you can help I have a button on an excel form and when you click it, it send an automated email to someone to say they approve the document. What I would also like is for it to put the date they clicked the button and their user name into...
  18. P

    Add signature to Gmail

    We recently migrated from Outlook to Gmail. My Access VBA utility that sends emails had the feature of including the Outlook signature. Unfortunately I can't figure out how to include the Gmail signature in code, i.e. there is no equivalent to the Outlook code OutMail.HTMLBody = body &...
  19. J

    Adding a signature or image after body of text ??

    Hi if some one could please help me add a signature or image to this code i would be very grateful. Sub twosaves() Sheets("Quote").Select ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _ filename:="C:\Users\James\Documents\Excel Test Folder\Quotes PDFs Test\" & _...
  20. J

    Add an email signature/or image of signature to VBA Outllok Email Body.

    Hi everyone, i have created an email quote template, however i would like to add my business signature, or a picture of the signature to the end of the body of text. If anyone has any suggestions please assist. Thank you . Sub Send_RangeI() Dim strPath As String, strFName As String...

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