| Thread | Last Post | Replies |
|
| Field code to display numbers and text | 10 Jul 2006 16:45 GMT | 3 |
I want to display both number and text in a word document using an excel file as my database. The data is mostly numeric "0.041" but some are "<0.010", the latter displays as 0.00 when I apply a field code of ......\# "0.000" to round
|
| Office 2007 | 10 Jul 2006 16:45 GMT | 1 |
Does anyone knows how to add a TAB onto the RIBBON with Word2007?
|
| Spell checking | 10 Jul 2006 15:58 GMT | 3 |
Does anyone know how to spell check the contents of TextBox when exiting the TextBox?
|
| VBA Code to Return To Form | 10 Jul 2006 15:46 GMT | 1 |
I am a novice -- using the following code for "vbYes", what code needs to be added to return to the form after clicking "yes" on the message box? Dim intMsgBoxResult As Integer If intMsgBoxResult = vbYes Then
|
| Count files | 10 Jul 2006 07:43 GMT | 1 |
Part of my Word macro is using for counting files in a folder. The problem is that result of counting also includes all open files in that folder. So the number of files is correct only if no documents are open in that folder. This worked well in Office 2000 (Word 2000). Result ...
|
| Need to add .png or .ico icons to the .dll | 09 Jul 2006 13:37 GMT | 1 |
I created toolbar for my macros i need to put icons instead of text buttons. When I copy/paste icons quality will be lost ,look is not sharp enough.(bmp). I created icons in (png,ico) fromat with magenta(255,0,255) color with is used by
|
| DAO OpenRecordset in Word 2000 VBA returns nothing | 09 Jul 2006 13:37 GMT | 3 |
I'm having an unusual problem with DAO and VBA in Word 2000. Here's the problem code: set myRecord = myDatabase.OpenRecordset(someQuery) "myDatabase" is an open database connection to an Access database file
|
| CTRL+Tab Gives VB Error | 09 Jul 2006 13:37 GMT | 4 |
Word 2003 I have a user who has reported a strange problem in Word. I have my doubts as to whether or not this problem is caused by Word, but since the user is getting a VB error in Word, I thought that I would start my
|
| how do i get the paragraph symbol out every time i create a page? | 09 Jul 2006 06:52 GMT | 5 |
every time i get into a word office to type something i get a paragraph sign and i can't delete it. it's not temporary either it's every time i get in Word and my space isn't a space they are dots. like this.....but a little
|
| starting word from a macro with a Template other than Normal.dot | 09 Jul 2006 03:53 GMT | 7 |
Can anybody help me on how to start and open a new Word document using a newly defined template other than Normal.dot? I tried net start winword <xxxx.dot but did not work only a new word was opened using Normal.dot.
|
| Set a Range | 09 Jul 2006 03:45 GMT | 3 |
I have all of these Ranges to set: Set INSN1Range = ActiveDocument.BookMarks("Insurance1Address").Range Set INSN2Range = ActiveDocument.BookMarks("Insurance2Address").Range Set EffecDate1Range = ActiveDocument.BookMarks("Insurance1Effective").Range
|
| OptionButton quandary | 08 Jul 2006 16:09 GMT | 1 |
I have 2 sets of OptionButtons each set has button labeled Group One Choice Primary Secondary
|
| global variables for whole project not just when user form is runn | 08 Jul 2006 10:11 GMT | 5 |
Can anyone help me. I've got a template project with 2 user forms. Code has to stop running between using the two user forms to enable the user to add unique information and check statements created to that point, before calculating of each statement occurs. Then the user ...
|
| Field Codes | 08 Jul 2006 06:57 GMT | 3 |
I am trying to add a field code in word to pull from our public folder contact list. ie, company names, numbers, addresses....so when the user goes to this document and clicks on the "to" it's pulls from outlook contacts. Does anyone know the best way to accomplish this task? ...
|
| DocumentBeforeSave Event error | 08 Jul 2006 01:50 GMT | 2 |
Hi, everybody. I am trying to move file from one folder to another, back and forth depending on user's actions. However, when the move file procedure is triggered by the DocumentBeforeSave
|