![]() |
|
![]() |
|
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 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Joe Patrick | Word VBA | 2 | 01-30-2012 07:23 AM |
![]() |
msword270 | Word | 1 | 01-12-2012 11:41 AM |
![]() |
elgell | Word | 1 | 03-25-2011 02:49 PM |
![]() |
TimD | Word | 5 | 04-29-2010 07:10 AM |
![]() |
aligahk06 | Word | 1 | 10-12-2009 08:22 AM |