Results 1 to 3 of 3

Thread: Adding GIF file in Excel

  1. #1
    Williamsjones is offline Senior Member
    Join Date
    Dec 2009
    Posts
    352
    Rep Power
    3

    Default Adding GIF file in Excel

    I have created animated animated gif file. I am using Windows XP as OS in my PC. And I want to insert this GIF file in Excel sheet. So please provide me some suggestions about it. Thanks in advance.

  2. #2
    Brownchris is offline Senior Member
    Join Date
    Dec 2009
    Posts
    331
    Rep Power
    3

    Default

    To insert Animated gif file to excel perform these steps:

    • First add image into control, for this open View menu, go to Toolbars, Control Toolbox

    • After that start Design mode

    • Select button that showing hammer, then opt Microsoft Web Browser.

    • Draw frame to get image.

    • Stop first button Design mode and toolbar.

    • In VBA editor and in window of paper worried paste following code:

    Private Sub Worksheet_Activate()
    WebBrowser1.Navigate "X:\Full path of the image.GIF"
    End Sub

  3. #3
    Millerjames is offline Senior Member
    Join Date
    Dec 2009
    Posts
    331
    Rep Power
    3

    Default

    Thanks for your help it really solve my problem.

Similar Threads

  1. Adding a WMV file to an HTML page
    By HernandezOrtiz in forum General Internet Terms
    Replies: 1
    Last Post: 06-30-2010, 03:36 PM
  2. Adding WMV file to an HTML page
    By BakerJones in forum General Internet Terms
    Replies: 1
    Last Post: 06-03-2010, 01:59 PM
  3. Adding Counter in Excel
    By EvansMitchell in forum Software Jargons
    Replies: 0
    Last Post: 01-20-2010, 04:15 PM
  4. Adding Leading zeros in excel 2007
    By Bratton Clovelly in forum Programming
    Replies: 0
    Last Post: 07-25-2009, 09:46 AM
  5. Excel 2007 Adding due date alerts
    By onshed in forum Everything Else
    Replies: 0
    Last Post: 08-06-2008, 03:57 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
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48