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.
Categories: computer
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 [...]
Categories: computer
