How to extract images from Microsoft Word documents

Posted by nonenas on Sep 9th, 2008
2008
Sep 9

The easiest way to extract images from a Microsoft Word document (ms word *.doc files) is the following:

 

  • Open the file with Microsoft Word
  • Select File -> Save as ->
  • Change the Save as type of file (it is just below the filename) to Web Page (*.htm,*.html)
  • Press Save
  • You will notice that a new folder has been created inside the folder in which you saved your file called filename_files, where filename is the name of your document. If you browse this folder, you can find all the documents images.
[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Printing black boxes instead of images in Microsoft Word

Posted by nonenas on Jan 29th, 2008
2008
Jan 29

You have a word document, you check its print preview and you see some images, but when you try to print, you just get some black boxes instead of images.

In order to be able to print this document go to :

 

 

Tools -> Options -> Print  and make sure that Drawing objects is ticked (it is in the section: Include with document)

Tools ->Options->View and make sure that Picture Placeholders is not ticked (it is in the show section)

 

If you want to print the background colors and images as well:

Tools -> Options -> Print  and make sure that Background colors and Images is ticked (it is in the section: Include with document)

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

How to insert macros in excel

Posted by nonenas on Jan 2nd, 2008
2008
Jan 2
  • Start Microsoft Excel
  • Press Alt + F11 to open the Visual Basic Editor
  • Go to menu Insert and select Module
  • Type your code in the module

  • Close the Visual Basic Editor
  • Go to menu Tools and select Macro and then Macros
  • Select your Macro
  • Press Run

 

P.S. Happy New Year 2008

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Next »