

Remove Content Control When Contents Are Edited.New Style: We can create a New Style for the Content Control.Style: We can select one of the existing Styles for the Content Control.Use A Style To Format Text Typed Into The Empty Control.Color: We can select the Color of the Content Control.Shown As: We can select one of the following options: Bounding Box, Start/End Tag, None.Tag: We type in the Tag of the Content Control.Title: We type in the Title of the Content Control.The Content Control Properties dialog box is separated in the following areas where we can use the following commands below: Once the Properties command is selected, the Content Control Properties dialog box appears as shown in the image below. Once the Control Picker is still selected, we select the command Properties of the Controls area of the ribbon on the Developer tab as shown below. Once we have done that, we select the command and then in our Document we notice a Control Picker mentioning Click Or Tap To Enter A Date. We must then select the Date Picker Content Control command from the area of the ribbon named Controls as shown below, where we will be able to Insert A Date Content Control.īefore we select the command, we must place the cursor at the place where want our Date Picker Content Control to be inserted in our Document. In the image below I have activated the Developer tab, where we can see the areas that the Ribbon contains. Content controls can provide instructional text for users, and we can set controls to disappear when users type in their own text. For example, many online forms are designed with a drop-down list control that provides a restricted set of choices for the user of the form. What are Content Controls thought first? They are individual controls that we can add and customize for use in templates, forms, and documents. All you need to do is to keep on reading the post below. A quite simple procedure but very helpful one. This is where the Content Controls show up, where all we need to do is to create one.

We want the Calendar to be displayed, and for them to select a Date. If i = Then GoTo Line1Ī.NextHeaderFooterĪ in a Microsoft Word Document, we want to add in our Document a Date Picker where someone can select a specific Date.
#Locking word table values in word for mac 2011 code#
'REM: INSERT Code from RECORD MACRO recorded when editing one Footer correctly So, thanks to Issun, here is my solution: `Ī.SeekView = wdSeekCurrentPageFooterįor i = 1 To I have the main Macro functioning.ĭoes WORD 2010 Macro-VBA preclude simple Edit-Footer function? This subroutine is one that I would call from the Main Macro that is stepping through each file in a Folder (& subfolders). However If I simply want to Revise the Company name within the Footer (for example), I can find no way to do this within a Macro subroutine. In WORD 2010, this (and many other) commands do not "record" to the Macro (yet when in Record mode, I do get into Edit Footer function).Ī research of various VBS options shows several ways to create Footers and to make global Footer setting changes within Macro.

Recording Macros used to take GoToFooter (or Edit Footer) Menu Commands and allow subsequent editing.

I have only basic VBA experince and my prior Macro experence was primarily with WORD 2003.
