Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Jezz Jezz is offline
external usenet poster
 
Posts: 3
Default Convert a form with drop-down list to text without the box around

I need to convert a Form document to text while maintaining the formatting
but without the "strange" box that appears around every drop-down list. I
can remove the shading and can also convert the whole document to plain text
but lose the heading and sub-heading formatting. Is it possible to do?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Convert a form with drop-down list to text without the box around

There should only be a box around a *selected* form field?
The following macro will unlock the form and convert all the form fields to
text

ActiveDocument.Unprotect Password:=""
With Selection
.WholeStory
.Fields.Unlink
End With

Formatting in the document shouldn't be affected.

The problem arises when you convert to *plain text* as plain text is merely
that - text! It does not support formatting.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Jezz wrote:
I need to convert a Form document to text while maintaining the
formatting but without the "strange" box that appears around every
drop-down list. I can remove the shading and can also convert the
whole document to plain text but lose the heading and sub-heading
formatting. Is it possible to do?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i put shapes into a drop down list to be used in a form Suzuki Microsoft Word Help 5 July 20th 07 04:59 PM
How do I get my drop down list to appear on a form perfuzer Microsoft Word Help 1 September 29th 06 11:27 PM
Form Drop-Down List WordProc Microsoft Word Help 2 March 22nd 06 10:49 PM
using drop down list in a word form [email protected] Microsoft Word Help 0 September 19th 05 04:26 PM
Tracking Form Drop Down list Scott Microsoft Word Help 1 May 16th 05 12:45 PM


All times are GMT +1. The time now is 03:29 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"