+ Reply to Thread
Results 1 to 2 of 2

Adding logo into Footer on TAB

  1. #1
    Registered User
    Join Date
    07-23-2016
    Location
    London
    MS-Off Ver
    MIcrosoft 2016
    Posts
    22

    Adding logo into Footer on TAB

    Hi
    I wish to add a logo/picture into the footer on all of my tabs.

    In the older versions there was a tab for this but in this version there is not.

    Hope someone can help me.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Adding logo into Footer on TAB

    Microsoft left this particular feature OUT of Excel 2016.
    Oops.

    This code works in previous versions of Excel to add a logo into the footer of all tabs. Fingers crossed this works for you.
    [code]Sub AddLogo()
    Dim ws As Worksheet

    For Each ws In ActiveWorkbook.Worksheets
    ws.PageSetup.CenterFooterPicture.Filename = "C:\MyCompanyLogo.gif"
    Next ws

    End Sub
    [code]

    It may not.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Adding Logo that is a variable to email body
    By Bobbbo in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-09-2016, 11:38 PM
  2. Replies: 0
    Last Post: 06-07-2012, 10:48 PM
  3. Adding Sheet name to Footer
    By AMK4 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-24-2006, 09:33 AM
  4. Inserting company logo in custom footer
    By Irishrose in forum Excel General
    Replies: 2
    Last Post: 08-18-2005, 02:05 PM
  5. [SOLVED] Please help with Adding a Footer or Header
    By Al in forum Excel General
    Replies: 3
    Last Post: 08-14-2005, 08:05 AM
  6. Adding a line in footer
    By VJ in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-01-2005, 11:05 AM
  7. [SOLVED] Adding a Name Box in a Chart or Footer
    By Carmax in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 02-15-2005, 07:06 PM

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