A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Stop importation of styles



 
 
Thread Tools Display Modes
  #1  
Old May 1st, 2004, 03:31 PM
RM
external usenet poster
 
Posts: n/a
Default Stop importation of styles

In Word 2000, is there a way to prevent styles from being imported into a document (target document) when doing a cut and paste of text from another document (source document). The target document ultimately will be converted to html/xml, and foreign styles cause difficulties in processing. Is there a way to lock the style in the target document (which is a template for use by multiple people, so cumbersome solutions probably won't work).

Thanks.
  #2  
Old May 1st, 2004, 03:52 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default Stop importation of styles

Used edit paste special and paste as unformatted text - or if you have a
lot of these, use the following macro

Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub


--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word



RM wrote:
In Word 2000, is there a way to prevent styles from being imported
into a document (target document) when doing a cut and paste of text
from another document (source document). The target document
ultimately will be converted to html/xml, and foreign styles cause
difficulties in processing. Is there a way to lock the style in the
target document (which is a template for use by multiple people, so
cumbersome solutions probably won't work).

Thanks.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.