| Thread | Last Post | Replies |
|
| Unusual error | 15 Aug 2005 09:11 GMT | 3 |
I have a template that contains code that I have been working on. Now when I try to open the template via a desktop shortcut the template cannot be found, despite being at the correct location. Going directly to the template and opening it, it opens OK.
|
| Multiple asswords protected documents | 13 Aug 2005 21:33 GMT | 1 |
I have several hundred forms that are pasword protected. SpellCheck does not run on pasword protected forms. In order to run SpellCheck I have installed a VB script that allows SpellCheck to run. This script is based on a single password. However, there are two passwords. How ...
|
| msvcr70.dll error in Word 2002 | 13 Aug 2005 16:21 GMT | 1 |
I starting getting the following error in Word 2002. "Winword.exe unable to locate MSVCR70.dll" I did a clean uninstall & reinstall x2, did not fix. I tried the detect & repair in Word, did not find or fix. I looked on MS site, can only locate info on where the file should be, ...
|
| Display "folder name" in text | 13 Aug 2005 14:59 GMT | 1 |
I am running Word 2000 and I am trying to figure out how to display just the folder name into a word text, header, and footer. I have come to the conclusion this will require a macro. But i am not smart enough to know the code. Basically, I want to be able to hit a hotkey or button ...
|
| about variables and subs | 13 Aug 2005 14:23 GMT | 1 |
I have a problem regarding subs; private, regular, public and static ones. A practical problem. I cannot seem to transform theory into practise. Whenever I try to find info on this, on help within the program, on online help, in newsgroups, I find myself giving up – almost. So I ...
|
| Symbols & Userforms | 13 Aug 2005 11:32 GMT | 6 |
I'm a bit stuck at the moment with Word. I have a userform, which I want users to be able to input symbols onto (e.g. individual fields on the Userform). Unfortunately entering a symbol as ASCII code isn't going to be possible as the symbols need to be clearly displayed for ...
|
| Revisions, track changes: | 13 Aug 2005 11:06 GMT | 1 |
Here is a snippet of code I have which is supposed to go through a document (with track changes turned on) and check for any deletions, then accept them. Dim oRvs As Object For Each oRvs In oDoc.Revisions 'oApp.ActiveDocument.Revisions
|
| How can I Maximize Task Pane? | 13 Aug 2005 11:06 GMT | 1 |
I would like to maximize Task Pane (or ActionsPane) when Word is opened. Or any way to control the size of the Task Pane programmatically? Many thanks! Regards,
|
| Insert pictures into same document sequentially | 13 Aug 2005 05:54 GMT | 1 |
I have 1 doc that I would like to add 4 pictures to. Then using the same doc add 4 more pictures again. ie 400 pics on 100 pages all added sequentially.
|
| How to make VB Textbox invisible | 13 Aug 2005 03:02 GMT | 2 |
I'm trying to capture the print event and make a VB Textbox on a word document invisible while printing, however vb macros does not allow .visible = false on the text boxes inside of word, anyone know how to do this? -L
|
| Formula to bold please. | 13 Aug 2005 02:30 GMT | 3 |
Hello from Steved I would like the formula to find "by" bold it then bold Straight Strike, $66,363 then do the same to the others I have over 2 hundred of them .
|
| word 2002 labels | 13 Aug 2005 02:20 GMT | 1 |
When opening envelope/label tab I no longer can see the layout lines. Can anyone suggest a fix?
|
| Some guidance please | 13 Aug 2005 02:02 GMT | 1 |
I am looking into creating some "pop ups" or mouseovers in a Word document. I am going to have an accronym and then the mouseover or pop up would display the definition. If some one can point me somewhere to get started, I would really appreciate it.
|
| Can I execute an Access query each time a Word doc is opened? | 13 Aug 2005 00:16 GMT | 4 |
I am trying to insert a 'quote of the day' concept into a Word document that will change each time the document is opened. The 'quote of the day' is retrieved from an Access Database and inserted into the document header.
|
| Add-In or VB: what do you think? | 12 Aug 2005 23:42 GMT | 8 |
I've got a project in the works that I think might best be implemented by an Add-In. It's either that, or a Visual Basic program. I'm leaning towards an Add-In, but I've never done one before - for that matter, I've only done one VB project so far! So there may be a lot of ...
|