Working with FormFields in VBA

B

Bhargav

I am having one .rtf file protected with some form fields enabled for user
entry. I wanted to have Spell Check enabled for this protected document. I
found your code online and seems that is working perfectly fine for spell
check. Now the issue is that while running spell check, this code somehow
also removes the name associated with the form fields, this is problematic as
I want to parse the document on the basis of the name. I tried creating array
of the form field name and assigning those name back after spell check but
seems like that FormFields is a read only property.

So can you please help me out in this problem?

Thanking you in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top