Results 1 to 3 of 3

Thread: Calculation gif file in Excel

  1. #1
    MartinWilson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    281
    Rep Power
    3

    Default Calculation gif file in Excel

    I have a desktop machine and it is been installed with Windows XP operating system. I want to add an animated gif file in my Excel sheet. Is there any technique or procedure where I can add my file in excel Sheet. Please reply me soon as possible. Thanks in advanced.

  2. #2
    Davismoore is offline Senior Member
    Join Date
    Dec 2009
    Posts
    284
    Rep Power
    3

    Default

    Definitely I will help you but may I know which Office program is running on your system (XP/2003/2007).
    ***
    I am using Office XP

  3. #3
    JacksonPerez is offline Banned
    Join Date
    Dec 2009
    Posts
    274
    Rep Power
    0

    Default

    It is possible to add an Animated gif file to excel sheet:-

    1. You first require inserting the image into a control.

    2. To insert the control, you should go View menu-->Toolbars -->Control Toolbox

    3. after that Activate the Design mode

    4. Choose the button, and after that choose Microsoft Web Browser.

    5. Draw a frame to get the image.

    6. Disable the first button Design mode and the toolbar.

    7. paste the following code:

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

Similar Threads

  1. How to Open an Excel file from VB6
    By WilsonMartin in forum General Software Terms
    Replies: 0
    Last Post: 05-08-2010, 11:15 AM
  2. Adding GIF file in Excel
    By Williamsjones in forum General Software Terms
    Replies: 2
    Last Post: 03-18-2010, 01:02 PM
  3. Unlock password protected ms excel file
    By WilsonMartin in forum General Software Terms
    Replies: 2
    Last Post: 03-10-2010, 01:07 PM
  4. How can I use the calculation () function in CPP
    By AllenBrown in forum Programming
    Replies: 1
    Last Post: 02-13-2010, 02:46 PM
  5. OPENING FILE AS READ-ONLY in Excel 2007
    By Nathaniel Hooper in forum Programming
    Replies: 0
    Last Post: 01-04-2010, 11:01 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
  •  
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