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.
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.
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
Thanks for your help it really solve my problem.
Bookmarks