| Thread | Last Post | Replies |
|
| DB connectivity in word | 06 Apr 2005 22:29 GMT | 2 |
How can I make database connectivity (Access and Excel) in Microsoft Word VBE. If possible please give me one sample code.
|
| Attached template : orginal name | 06 Apr 2005 20:11 GMT | 2 |
I use vba to change the "attached template" value of copied documents to a new value. However, Word changes the value to "normal.dot" if it doesn't find the template, but it stores the original value somewhere, cause you can see it in the document, how can I find this original ...
|
| Date format in Message | 06 Apr 2005 19:51 GMT | 2 |
lastMod = ActiveDocument.CustomDocumentProperties("ModificationDate").Value If MsgBox("The document modification date is " & lastMod & _ ". Do you want to change" & " the document modification date to today's date?", vbYesNo) = vbYes Then
|
| Column Break Help | 06 Apr 2005 19:21 GMT | 3 |
I am trying to create a word document using VB6 and need to use columns breaks but cant seem to find out why my code doesnt work the way it should. It creates a column break but when i trying to go back to one column to finish off the document it takes the second column and puts
|
| Need some help with VBA as it applies to Word AutoFormat | 06 Apr 2005 19:03 GMT | 11 |
Here is the problem in a nutshell: I launch Word thru automation. I then populate tabular data into a document that I obtain from a database
|
| What's the use rand() function in Microsoft Word? | 06 Apr 2005 18:56 GMT | 3 |
Dear Developers, .At present I am using Microsoft Office XP version .There is something amazing happens with me.......that if I typed =rand(200,99) in Microsoft Word and after Pressing an Enter key.....It displays "The quick brown fox jumps
|
| Adding a button to Automaticaly E-mail a Word Document? | 06 Apr 2005 17:59 GMT | 4 |
im want to make a word document with fields for users to fill out, then press a button at the bottom, and the document will email to a specified email address' (within the programming) and then close the document. - the document will be opened from an email.
|
| syntactical help | 06 Apr 2005 17:47 GMT | 2 |
I'm trying to use the following method to insert a textbox into a document and format it as I go, but I'm up against some sort of vba compiler/syntactical problem I don't understand yet: With ActiveDocument.Shapes.AddTextBox([orientation, position size etc])
|
| Find and replace font specs with macro | 06 Apr 2005 17:01 GMT | 6 |
First, my apologies on two counts: one, that I'm sure this is really basic, and two, that I think I may have asked this before but can't find and/or recall the answer. All I'm trying to do is to create a macro that will find a given string of
|
| Word Replace Function | 06 Apr 2005 16:49 GMT | 3 |
Hi I am using Word 2003 and am trying to figure out if there is a way to restrict the Replace functionality to only search/replace in the document header/footer.
|
| Finding a style within a selected page | 06 Apr 2005 15:50 GMT | 3 |
I have a document split into "chapters". Each of these chapters is headed by a specific style - and in no other place within the "chapter". Let's call it Heading 1 for clarity. Is there a way, please, of saying in VBA: "Is my selection point
|
| money | 06 Apr 2005 15:09 GMT | 1 |
do you have to pay for it ?
|
| Spelling Error Fequency | 06 Apr 2005 14:43 GMT | 28 |
For those who frequent these NGs regularly you know that I can't spell. Actually I can spell, but I am careless. I have been monkeying around with some code that will search a document then list alphabetically all misspelled words. I am using my budding but limited
|
| Step macro vs run | 06 Apr 2005 13:39 GMT | 4 |
When I step through the code in my macro it works perfectly, but not when I run it. I've noticed that some macros do not work correctly when they are run (F5). For example this macro is supposed to copy all the items in the file
|
| Find, Cut, then Paste Methodology | 06 Apr 2005 13:15 GMT | 6 |
I have a number of documents that have questions in one part of a document and the corresponding answers in another part of the document. I need to modify the document to have the answer four lines after the associated question.
|