+ Reply to Thread
Results 1 to 4 of 4

Display same picture in multiple sheets

  1. #1
    Registered User
    Join Date
    03-30-2011
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    15

    Display same picture in multiple sheets

    I'm trying to display the same picture on multiple sheets without copying it.
    The picture will be shown or hidden depending upon conditions.

    I can achieve this using

    Please Login or Register  to view this content.
    But when I call it from another sheet it does not display
    Sounds simple but stumped me.

    Thanks in advance.
    Last edited by berty2000; 01-31-2019 at 07:22 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Display same picture in multiple sheets

    Your post does not comply with Rule 2 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Click on Edit to open your thread, then highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here

  3. #3
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: Display same picture in multiple sheets

    It can't be displayed because you've got ActiveSheet.Shapes, it works only on this sheet where you are.
    if you want to display pictures on each of sheets, you have to loop through all sheets in workbook and make it visible.

    Try like below:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    should works (not tested).

    Be sure that picture exists on each of sheets and always has a name 'picture4'
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  4. #4
    Registered User
    Join Date
    03-30-2011
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Display same picture in multiple sheets

    Lovely that worked perfectly for what i need, Cheers

+ 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] Using picture to display table from worksheet on userform; need help modifying picture
    By adamstarr12 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-19-2014, 10:34 AM
  2. Replies: 5
    Last Post: 08-22-2014, 03:08 AM
  3. Replies: 6
    Last Post: 06-19-2014, 08:46 AM
  4. Display a picture from a drop down list on two sheets
    By JonesyCC in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-03-2013, 04:04 PM
  5. [SOLVED] sizing picture same picture in multiple sheets macro clean up
    By martinez77 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-12-2013, 10:14 PM
  6. how to Insert picture in multiple sheets from 1 drop down?
    By mgreen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-12-2009, 06:13 AM
  7. [SOLVED] Insert same picture in multiple sheets and only change once
    By Mike in forum Excel General
    Replies: 3
    Last Post: 02-07-2006, 11:10 AM

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