Posts Tagged ‘tips’

Create a macro and write the following into it Selection.PasteSpecial DataType:=wdPasteText This macro has the same function as “Paste Special … -> Unformatted Text”. Or enter Selection.PasteSpecial DataType:=20 This macro has the same function as “PasteSpecial … -> Unformatted Unicode Text”. You can also assign a shortcut key for the macro for your convenience.

Monday, June 22nd, 2009 at 16:01 | Comments Off
Categories: computer
Tags: ,

Sometimes the font size of a chm file is fixed. To change the font size, go to IE and select Tools>>Internet Options. In the General tab, click the Accessibility button, and then check the “Ignore font sizes…” option. You even can apply your own css style file there. Adjust the font size: 1. change the [...]

Tuesday, January 6th, 2009 at 13:32 | Comments Off
Categories: computer
Tags: ,
TOP