Word Content Controls Restricted Document Fill in forms I have a word (2007) document that i need to restrict to fill in forms due to the need of Checkboxes. When i do restrict the document and try to edit the text in my Content Controls (Plain Text) i cannot start writing or editing it at all unless i step into it with my arrowkeys. If i do this once in any conte... 27 Jan 2010 07:03
Creating Two Macros I am looking for two macros for use in Word 2007. Hopefully someone may have some knowledge of what is out there or be able to help me. 1) A macro that would let a reader of a document do a Find search for a word. The result would not just highlight all the words ina adocument or chapter or book. It would cre... 26 Jan 2010 21:14
Making a document open a userform in the originating template I have a template which opens the save as dialog box and then opens a userform. I want the documents created from the template to also open the userform when the documents are opened. How do I do this? Do I need to insert an autoopen macro into the document when it is created? ... 2 Feb 2010 17:46
Editing Footnotes How can I change how the footnotes appear at the bottom of the page in a document that already exists with footnotes in it? Issues are: (1) Sometimes there is one space, (2) sometimes there is a tab before the footnote text -- both of which I think I've handled in the code below, and (3) in rare occassions, ... 19 Feb 2010 15:32
Macro use Something you did not mention... If there is a date already there, do you want it cleared? In other words, do you always want whatever is the current contents REPLACED with the current date? Is there any other text there? Private Sub Document_Open() Dim r As Range Set r = ActiveDocument.Tables(1).Cell(2, ... 26 Jan 2010 15:33
WORD FORMS I need to change the colour of a CELL in a word form depending on the seletion of a Dropdown form called "Select Level" which provides 4 differing levels to choose from. Level 1 = Platinum Level 2 = Gold Level 3 = Silver Level 4 = Bronze And i Wish to change the colour of cells further down the form to those ... 26 Jan 2010 09:51
Difference range between ContentControlRichText & ContentControlGr Hi, after more testing I discovered: 1) Error "5224" has nothing to do with table range, also with simple paragraphs I get the same error. 2) But if I insert a wdContentControlRichText Content Control this problem doesn't arise. i.e.: With ActiveDocument Set r = .Tables(1).Rang... 25 Jan 2010 17:23
Word Automation - throws error 5174 opening file with '#' in filen Bug Report (can't find out how to submit bug reports other than here) Summary of bug - Word 2007 automation object throws error 5174 with any filename that has the pound sign (#). I have run into this bug only when using the Automation object for Microsoft Word 2007. I have not tried this with other versions of... 26 Jan 2010 15:33
EditUndo not fired in Word 2007 We have a template that uses the EditUndo macro to intercept when the user does Undo actions in Word. This works great in Word 2003 and Word 2010, but for some reason the macro is not being called in Word 2007. The keyboards shortcuts (Ctrl-Z,Alt-Backspace) automatically map to the EditUndo macro, but the m... 25 Jan 2010 09:26
"grouping" a table to prevent change from users Hi, I would like to group an entire table with a wdContentControlGroup type of Content Control to prevent editing from users except in some wdContentControlRichText type of Content Control. I'm having problem in passing the right Range of the table. If I use: With ActiveDocument Set ... 24 Jan 2010 15:51 |