| Thread | Last Post | Replies |
|
| current drive and directory | 09 Oct 2006 10:11 GMT | 4 |
In a VBA, is there any way that I can find out the current drive and directory that I am currently using? I have a few templates that all are stored in a single directory. I would like to make the VBA codes inside of these Word Templates independent of drive letter and ...
|
| a MsgBox with answer | 09 Oct 2006 06:47 GMT | 2 |
How can I create a MsgBox when a date, in a Field, is beyond 30 days Is it possible to give in a message like "Send a messaqge at (...). The (...) referts to a a file in a record
|
| bookmark macro question | 09 Oct 2006 03:53 GMT | 6 |
I have a VBA addin for word that will fill in multiple bookmarks in a document. So, if i have bookmarks in a document bkName, bkName1, bkName2, ect.......throughout the document the program will fill in the name in the right spot. it simply looks for a new
|
| find highlighting, replace with shading | 09 Oct 2006 03:32 GMT | 8 |
1)I have document with multiple words highlighted in bright green. My users can't read printed versions. One sent me an exmple of a shading that she would like me to replace the bright green with. How do I replace all instances of bright green highlighting with this particular ...
|
| autonew as add in? | 09 Oct 2006 03:14 GMT | 1 |
I'd like to add a autonew sub without modifing normal.dot (ie I want to open a dialog every time a user opens a new document, and would prefere not to modify normal.dot since it concerns quite some users who all have there own modifications).
|
| Bookmarks within VB? | 09 Oct 2006 03:08 GMT | 3 |
I have put together this form to fill out bookmarks within a word document/template; but have become stumped (please bear in mind I have been working in VB for just a few days now.. I'm a graphic designer at heart :). My current problem is that where I insert the text at the
|
| Need to update format of Macro | 09 Oct 2006 02:38 GMT | 4 |
If anyone can assist me with the following problem I would greatly appreciate it! I am using a Word Template which contains various tables. One column in one of the tables contains a check box, which is associated with a
|
| reading files in array | 09 Oct 2006 02:24 GMT | 1 |
i use this code for importing a file csv into an array Do While Not EOF(1) i = i + 1 Line Input #1, cRecord
|
| set left-to-right for 1 line in the footer | 09 Oct 2006 02:07 GMT | 1 |
i am using a VBA code which manipulate some text line in the footer. my problem is that the text is mixed with 2 language so, i need the text to be "align left" and the "left-to-right" in the button. my problem - i can make the text "align left" but cannot make it
|
| How to preserve the user's clipboard contents? | 09 Oct 2006 01:51 GMT | 13 |
My template needs to use Selection.Range.Copy and other clipboard operations. However, any time I call a method that uses the clipboard, I will be wiping out the *user's* own clipboard contents! I'd like to write a sub that will take whatever's in the clipboard--text AND
|
| boolean values | 09 Oct 2006 01:18 GMT | 10 |
russ was helping me with this issue in a recent post. i have this short little code in a trial macro word document. in the GlobalMod module, i have: Option Explicit
|
| Add Watermark macro - Variable not defined | 09 Oct 2006 00:19 GMT | 4 |
I'm trying to write a macro which will allow operators to create their own watermarks using Word 2003. I've recorded a macro to insert a draft watermark but when I run the recorded macro back it fails at the third line with a message "Variable not defined" and
|
| MsgBox | 08 Oct 2006 22:34 GMT | 2 |
How can I create a MsgBox when a date, in a Field, is beyond 30 days
|
| A MsgBox to open a directory | 08 Oct 2006 22:02 GMT | 2 |
I want to open a specific directory. The Path is C:/Examples/P_0 C:/Examples/P_0 C/ ....
|
| What happened to my VB script | 08 Oct 2006 19:47 GMT | 4 |
I created a complex vb script in word, using both Word form like features Based on the Contorls Toolbar. I tried to save the my projecnt to a new template (.dot) file and all of my coding dissappeared. Where did it go and how do I get it back? I spent close to 100 hours ...
|