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 » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

NoProofing a formfield using VBA



 
 
Thread Tools Display Modes
  #1  
Old August 9th, 2004, 08:06 PM
Micheline
external usenet poster
 
Posts: n/a
Default NoProofing a formfield using VBA

Hello,
I was wondering if it is possible to set a formfield
to NoProofing = true.
for example similar to:
ActiveDocument.Styles("theformfield").NoProofing = True ,
by identifying the bookmark name.

Presently, I use:
Selection.GoTo What:=wdGoToBookmark, Name:="Text1"
Selection.NoProofing = True

I would like to set the formfield without going to the
bookmark.

Is this possible ?

Thanks .
Micheline
  #2  
Old August 9th, 2004, 09:54 PM
Suzanne S. Barnhill
external usenet poster
 
Posts: n/a
Default NoProofing a formfield using VBA

Aren't form fields formatted as NoProofing by default?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Micheline" wrote in message
...
Hello,
I was wondering if it is possible to set a formfield
to NoProofing = true.
for example similar to:
ActiveDocument.Styles("theformfield").NoProofing = True ,
by identifying the bookmark name.

Presently, I use:
Selection.GoTo What:=wdGoToBookmark, Name:="Text1"
Selection.NoProofing = True

I would like to set the formfield without going to the
bookmark.

Is this possible ?

Thanks .
Micheline


  #3  
Old August 10th, 2004, 01:44 PM
external usenet poster
 
Posts: n/a
Default NoProofing a formfield using VBA

Yes you are right, but in designing forms, I have them
set-up that the users can spellcheck the content of the
formfield,therefore I have made the formfield English
Canada, then once the data is exported to Oracle, I
disable the formfield against change,
ActiveDocument.FormFields("Text1").Enabled = False
that's why I need the formfield to become noproofing.

Thanks.
Micheline

-----Original Message-----
Aren't form fields formatted as NoProofing by default?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups

to the newsgroup so
all may benefit.

"Micheline" wrote

in message
...
Hello,
I was wondering if it is possible to set a formfield
to NoProofing = true.
for example similar to:
ActiveDocument.Styles("theformfield").NoProofing =

True ,
by identifying the bookmark name.

Presently, I use:
Selection.GoTo What:=wdGoToBookmark, Name:="Text1"
Selection.NoProofing = True

I would like to set the formfield without going to the
bookmark.

Is this possible ?

Thanks .
Micheline


.

 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to write the content of a formfield into a table Peter Höltschi General Discussion 4 August 2nd, 2004 11:51 AM
Allowing user to enter value for listbox Alcide General Discussion 2 June 29th, 2004 05:06 PM
Removing Formfield Brackets Jason General Discussion 1 June 4th, 2004 06:53 PM
TextInput FormField, Table Cells and Mouse Clicks David Horowitz Tables 3 May 26th, 2004 01:08 AM


All times are GMT +1. The time now is 11:19 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.