+ Reply to Thread
Results 1 to 4 of 4

Picture Box Pop-Up upon opening workbook

Hybrid View

  1. #1
    Registered User
    Join Date
    09-11-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    5

    Picture Box Pop-Up upon opening workbook

    Hi All,

    Is there a macro whereby a picture will pop up upon opening a workbook?
    Something similar to Msgbox but with a picture instead.

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Picture Box Pop-Up upon opening workbook

    The following post may help you:
    http://www.mrexcel.com/forum/excel-q...0-seconds.html

    Put a call to ShowImage() in the ThisWorkbook module:
    Private Sub Workbook_Open()
      Call ShowImage
    End Sub
    Lewis

  3. #3
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Picture Box Pop-Up upon opening workbook

    Hello deathcoy,

    Maybe something like the attached sample Workbook?


    Regards.
    Attached Files Attached Files
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  4. #4
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Picture Box Pop-Up upon opening workbook

    @ LJMetzger,

    Nothing wrong with your approach, it all depends on what the OP really wants.

    Thank you for the "Star" tap.

    Regards.

+ 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] Stop an excel workbook or worksheet from opening if workbook isn't in a certain folder
    By Raulus in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-05-2013, 05:30 AM
  2. Opening Template as new workbook and not Blank Workbook from listbox
    By MB_vba in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-21-2013, 04:27 PM
  3. [SOLVED] macro: insert picture based on workbook location, not picture root path.
    By NicksDad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-03-2012, 07:47 AM
  4. Opening Excel Application before Opening Workbook
    By danny2000 in forum Access Tables & Databases
    Replies: 2
    Last Post: 05-27-2011, 07:02 AM
  5. Replies: 3
    Last Post: 09-15-2010, 12:00 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