| Thread | Last Post | Replies |
|
| Bookmarks Listed by Location | 17 Jul 2004 03:33 GMT | 2 |
I have the following code (It's a test routine, so the code may be a bit rough). Sub TestBookmarkName() NumBookmarks = Selection.Bookmarks.Count
|
| Hyperlink / Open Documents Question | 17 Jul 2004 03:32 GMT | 1 |
I am using Windows XP and Office XP 2002. I'm not sure this is the best place to ask this question, but here goes. I have many documents that are hyperlinked in various
|
| Retaining/discarding keystrokes | 17 Jul 2004 03:30 GMT | 3 |
When the user is typing in a textbox, is there a way to discard certain keystrokes in the keydown event? Such as, if they type an "e" simply not display it. I found a clunky way to do it by switching to a checkbox, and then
|
| help | 17 Jul 2004 01:01 GMT | 2 |
there is a funny letter q that is at the curser. when I print from a file there are periods between each word. hope someone could help me.
|
| Not all code running | 17 Jul 2004 00:47 GMT | 1 |
I have a userform which lists documents to be collected into one large document. All documents selected are opened (actually a document based on a template), copied, and pasted to the end of the main document. Most
|
| Comparing two versions of a document | 17 Jul 2004 00:46 GMT | 5 |
I'm saving different versions (versions feature in MS- Word) of a document and to see the changes done in the later version can we compare (track changes or any other method) these versions and highlight the changes?
|
| Force a text box to contain numbers | 16 Jul 2004 23:19 GMT | 1 |
Can someone reply with an example of code that can be written to force a user to enter numeric values into a text box? Thank you.
|
| overflow error | 16 Jul 2004 23:09 GMT | 1 |
Hi- I am running Word97. In a macro,I have an ADO connection. In my table, I have a variable (filingdate) as a type INT. In my macro, I have the statement: Public pfilingdate as Integer. After getting the ADO recordset,
|
| insert picture with protection | 16 Jul 2004 19:05 GMT | 1 |
I was able to use the Macro Recorder to create a macro that will insert a specific graphic into a text form field in Word 2003 when the macro is called froma Toolbar Button. This is great, except I would like to be able to pick from one of several pictures. From a previous post by ...
|
| template project locked up/unviewable (digital signature related problem) | 16 Jul 2004 17:48 GMT | 1 |
Using Win2K/MSO2K. haven't encountered this problem in a long time, mostly because (1) i thought maybe MS had fixed it and (2) being aware of what caused it i had avoided triggering it. But
|
| Project locked for viewing in Word97 after compiling in Word 2003 - Please help | 16 Jul 2004 15:11 GMT | 1 |
I had made some code changes in Word 2003 for templates created in Word 97. Compiled and saved. When I try to open the modules back in Word 97, I get the Project Locked message and can no longer access the Reference menu item. Is there anything I can do or undo in Word 2003
|
| VBA Print code help! | 16 Jul 2004 13:59 GMT | 5 |
I have found this piece of code which will print each section of a document as a seperate print job. Dim i As Long For i = 1 To ActiveDocument.Sections.Count
|
| Automating change link source in Word document | 16 Jul 2004 11:17 GMT | 4 |
I created a master Word document, which has 115 links to a master Excel file. For each new client of mine, I need to save both the Word document and the Excel file under new names. This means that I have to change the links source manually for all 115 links. This becomes a rather ...
|
| Assign a radio button's tag property to a text variable txBtn | 16 Jul 2004 07:11 GMT | 1 |
Below is some code from a form that I'm making. I inserted my question in the bracketted text (essentially, I want this line to assign the button's tag property value (e.g., the letter "L") to a text variable
|
| trouble with document protection in Word 2003 | 16 Jul 2004 05:59 GMT | 1 |
I've been using the code below for a couple of years without any problems. That is, until today when I needed to use it with Word 2003. As you see it makes a new document based on ImprvdG8terBogen.dot. This is a document consisting of a freely editable upper part (where I want to ...
|