Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-03-2016, 12:51 PM
gmaxey gmaxey is offline How do I link textboxes so that they are edible after protecting the word doc ? Windows 7 32bit How do I link textboxes so that they are edible after protecting the word doc ? Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

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
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote
  #2  
Old 08-04-2016, 01:25 AM
Charlie_l3rown Charlie_l3rown is offline How do I link textboxes so that they are edible after protecting the word doc ? Windows 10 How do I link textboxes so that they are edible after protecting the word doc ? Office 2013
Novice
How do I link textboxes so that they are edible after protecting the word doc ?
 
Join Date: Aug 2016
Posts: 2
Charlie_l3rown is on a distinguished road
Default

Quote:
Originally Posted by gmaxey View Post
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
Ye I read that somewhere as well. From all the possible textboxes (the regular ones, tables 1x1, fields and content control textboxes - those that I know of) ain't there a way to link them without it being the regular ones on view only protection (with the brackets issue) ?

Ty for your quick repply yesterday
Reply With Quote
Reply

Tags
#linkedtextboxes



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I link textboxes so that they are edible after protecting the word doc ? 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
How do I link textboxes so that they are edible after protecting the word doc ? Select all textboxes in Word document msword270 Word 1 01-12-2012 11:41 AM
How do I link textboxes so that they are edible after protecting the word doc ? Protecting word documents elgell Word 1 03-25-2011 02:49 PM
How do I link textboxes so that they are edible after protecting the word doc ? Protecting your logo in Word TimD Word 5 04-29-2010 07:10 AM
How do I link textboxes so that they are edible after protecting the word doc ? Protecting image in word 2007. aligahk06 Word 1 10-12-2009 08:22 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:51 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft