Skip to main content

Posts

Showing posts from January 23, 2009

Extract Flash(SWF) Files From Excel

You Can Extract Swf Flash Files From Excel By Using A Simple VBA(Visual Basic Application)Program. This VBA Guide Has Been Tested In Office 2003 Professional & Office 2007, Open a new Microsoft Excel document, Click the Tools menu, Marco, Visual Basic Editor. You can also press the ALT+ F11 Shortcut Key to bring up the VBA editor. While In MS Visual Basic Editor, Click On The View Code Icon On The Upper-Left Panel, *Copy the VBA program source code from Bottom and paste it onto the VBA source code editor, *Press F5 to execute the VBA source code, *An Open File dialog box prompts you to select the Office Excel document that embed the SWF Flash animation file, A message box appears shortly after the Excel file is selected, with a message that says where the extracted SWF Flash animation file is saved in local hard disk! The extracted file will be of SWF type , It can be viewed using SWF OPENER Or With Your Browser , Firefox Or IE . VBA CODE : Sub E