![]() |
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi there. I'm having a problem restricting a word doc and keeping the linked textboxes edible. Say I have a textbox in one line and I want it to continue in the next line in a way that if the upper box gets full it automatically continues typing on the lower box (regular textboxes linking). When I set restrictions to prevent users for changing the doc format I'm unnable to edit the textboxes. Plus, if I use the boxes on the Developers tab, I can't get them linked like I described previously. If i use normal textboxes, I can restrict editing to view only and if I select the linked textboxes and set edible to everyone they work but I can't get rid of the brackets (I have view bookmarks option off). It appears as intended if after protecting the doc as view only I uncheck the "highlight areas I can edit" box but everytime I open the doc that option is enabled again and I want the target people that acess the document to get the correct display straight away. Any ideas ?
![]() |
|
#2
|
|||
|
|||
|
It is a stupid default setting (on until you turn if off) whenever a document is opened.
You can manage it with a macro, but you can't make your users run the macro: Code:
Sub AutoOpen() ActiveDocument.Windows(1).View.ShadeEditableRanges = False lbl_Exit: Exit Sub End Sub |
|
#3
|
|||
|
|||
|
Quote:
Ty for your quick repply yesterday
|
|
| Tags |
| #linkedtextboxes |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Open Word w Excel & fill Word textboxes w info from Excel fields runtime error 4248
|
Joe Patrick | Word VBA | 2 | 01-30-2012 07:23 AM |
Select all textboxes in Word document
|
msword270 | Word | 1 | 01-12-2012 11:41 AM |
Protecting word documents
|
elgell | Word | 1 | 03-25-2011 02:49 PM |
Protecting your logo in Word
|
TimD | Word | 5 | 04-29-2010 07:10 AM |
Protecting image in word 2007.
|
aligahk06 | Word | 1 | 10-12-2009 08:22 AM |