+ Reply to Thread
Results 1 to 2 of 2

Insert signature image in diff worksheet in a workbook and save as pdf

  1. #1
    Registered User
    Join Date
    02-02-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Insert signature image in diff worksheet in a workbook and save as pdf

    Hi,

    I am using below code to save diff worksheet in a workbook as single pdf file in workbook name.
    And i need to insert signature image in every worksheet(form a location) before saving as pdf.
    Also i having 1000+ workbook under a folder eg:C:\ABC and i need to loop the process


    Sub SaveAsPdf()
    Dim strPDF_File_Name As String
    Sheets(Array("A-1", "A-2", "A-3", "A-4 ", "A-5", "A-6", "A-7", "A-8")).Select
    ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=ThisWorkbook.Path & "\" & Split(ActiveWorkbook.Name, ".")(0) & ".pdf", Quality _
    :=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, _
    OpenAfterPublish:=True
    End Sub

  2. #2
    Valued Forum Contributor xlbiznes's Avatar
    Join Date
    02-22-2013
    Location
    Bahrain
    MS-Off Ver
    Excel 2007
    Posts
    1,223

    Re: Insert signature image in diff worksheet in a workbook and save as pdf

    Hi,

    Use the code below. Hope this helps.


    Please Login or Register  to view this content.
    Happy Computing ,

    Xlbiznes.

    To show your appreciation please click *

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1