| Thread | Last Post | Replies |
|
| How to format select word wich was selected by double-click? | 01 May 2008 00:55 GMT | 4 |
How to format (to apply bold font) select word which was selected by double-click? Whether probably executing any actions for selected word by double-click of the mouse?
|
| Activate check box form field | 30 Apr 2008 22:45 GMT | 3 |
Using Word 2003, I wish to use programming to check a check box that was added using the Forms toolbar. My current code using the following line to locate the check box, which is bookmarked as "Plumbing": ActiveDocument.Bookmarks("Plumbing").Range.Select
|
| Help with pop-up calendar updating | 30 Apr 2008 22:06 GMT | 1 |
I have installed some pop-up calendars in a Word 2003 password protected form and whenever a new month rolls around the calendar never seems to update. The month and year that displays is from the time I created the pop-up calendar and programmed them into my forms it never ...
|
| Find Replace soley within revision collection | 30 Apr 2008 15:38 GMT | 1 |
As a corollary to a previous question could someone tell me how you can do a find and replace search solely within the revisions collection? Thanks
|
| Can I use a combo box without locking the document? | 30 Apr 2008 15:00 GMT | 4 |
This is because, I want to set up a template and use a combo box, but if I lock the document, I won't be able to write in it. Thanks
|
| open with command in windows exporer to open template | 30 Apr 2008 09:36 GMT | 3 |
I'm using word 2003 and windows xp. When I used Word 2000 and Windows 2000, I would right click on a template and open a template with word 2000. I'm not getting the same results now. Has this happened to anyone else.
|
| Displaying content control help in a protected form | 30 Apr 2008 09:33 GMT | 8 |
I'm rather frustrated with the content controls i Word 2007 templates. My object is to make a template where 95 % of all text is predefined and locked for editing. This is fairly easy to obtain using content controls in Word 2007 and locking the rest of the text (using either
|
| Find and Replace too Slow | 30 Apr 2008 07:29 GMT | 1 |
I have some large docs that I do find and replace and it takes a long time to do with a vb macro. I grab 2 columns from excell and paste in a template and then run a macro which opens txt file and looks for the first cell in the table
|
| Iterate cells in a table | 30 Apr 2008 06:11 GMT | 8 |
Hi, this code creates a table in a blank document. I want to fill the middle-most 5 columns with the numbers 1-5 (in the for-next loop). Dim rng As Range
|
| Adding a Checkbox | 29 Apr 2008 22:51 GMT | 2 |
Let me say up front that I am not a programmer but, that through the kindness of strangers who post their Word macros on the Web and answer questions, I've been able to pull together simple macros that meet my needs.
|
| Init. Multi-dimensional String Arrays VB vs. VBA | 29 Apr 2008 20:30 GMT | 4 |
I'm having a little syntax nightmare. I am trying to initialize a small 2-dimensional string array in VBA 6.5 (Word 2003). I'm using syntax that works OK in Visual Studio 2005 VB, but VBA keeps
|
| table of contents | 29 Apr 2008 16:33 GMT | 4 |
I'm trying to add a table of contents to the word doc my script below is generating. In the body of the script, I try to mark each entity name as a TOC entry, then add the TOC to the doc at the end. All I get is a 'No table of contents found' inserted into my doc. Do I need to
|
| Word UserForm and Access | 29 Apr 2008 12:21 GMT | 1 |
I have a UserForm with a couple of combo boxes and text boxes. I been able to populate the combo boxes with data from an Access data base but now I need to update a text field on the userform based on the selection from a combo box. Example - in the database table I store the ...
|
| Streamlining template display in New Document | 29 Apr 2008 11:53 GMT | 4 |
Hi all. I'm developing a set of Word 2007 templates to a department. I plan to place them on a shared template location so the people in the department can reach them. My problem is that the graphical presentation of "My templates" (where
|
| Adding Text and Tables in a single ContentControl? | 29 Apr 2008 02:11 GMT | 2 |
First and foremost, I'm actually using C#, however, I'm fine with vba code/solution. All I need is a nudge in the right direction. What I currently have is some code that automatically generates a table in a content control (using the contentControl.Range.ConvertToTable() ...
|