| Thread | Last Post | Replies |
|
| HeaderFooter, AddTextbox | 22 Feb 2007 09:29 GMT | 3 |
Need to find more info about how to check if the Textbox already exits. If that is the case, I don't want to add a new one but replace or remove and then add a new textbox. The problem is that this code is run several times in the document which means that the document contain ...
|
| Macro Help | 22 Feb 2007 04:00 GMT | 2 |
What am I doing wrong? I have the following macro that is not working. I copy a document from the network to my C drive, then in a new document I open my form and run this macro: Sub CmdPaste1_Click()
|
| long strings create endless loop for regexp.execute method | 21 Feb 2007 22:26 GMT | 1 |
the following code or something similar creates an endless loop in the regexp.execute method dim alongstring as string, mymatches as matchcollection Set myRegExp = New RegExp
|
| Creating a document in VBA | 21 Feb 2007 21:30 GMT | 2 |
I'm trying to create a new Word document using VBA from Access and am having problems when I go to save the document. An error message says that there is no document currently open (to save). Here is the way the code begins (after setting a reference to Word):
|
| Automatically check another checkbox if this one is checked | 21 Feb 2007 19:55 GMT | 5 |
I am trying to do a macro that will automatically check boxes 17 and 20 if 5,6, or 7 are checked. Any simple solutions? I have Word 2000.
|
| Creating a new document in VBA | 21 Feb 2007 19:51 GMT | 1 |
I'm trying to create a new Word document using VBA from Access and am having problems when I go to save the document. An error message says that there is no document currently open (to save). Here is the way the code begins (after setting a reference to Word):
|
| Error 2147418113 -Method failed | 21 Feb 2007 19:17 GMT | 2 |
I have a Userform that is used to create a printed form. One of the command buttons runs trhe following code: Private Sub Photo_Click() Dim locat As String
|
| Transfert VBA macro to a document | 21 Feb 2007 16:23 GMT | 14 |
Do you know if it's possible (and eventually how) to transfert automatically macro (and some classes) from a model (.dot) to a document (.doc) and if possible not the possibility to read or modify it (the macro and class)? My aim is to develop the functionalities in a model and ...
|
| Microsoft Access VBA Multi-dimensional array | 21 Feb 2007 15:40 GMT | 6 |
I need to know how to create a two dimensional array in Access that inputs data from two text boxes and displays them all in a third text box. Here is what I have, but it does not work: For x = 0 To 9
|
| How to use VBA to trigger formfield formatting | 21 Feb 2007 14:24 GMT | 1 |
Hi, I have some form fields with number (#,###) or currency (£#,###) formatting. I also have a VBA macro which calculates values based on these and puts the results in other form fields. It works fine except for the formatting; the last field the user has edited
|
| How to read and write .mpp file created in MSP 2007 | 21 Feb 2007 13:36 GMT | 1 |
This is my first post. In our Project we are integrating MSP 2003 wit our Timesheet product. For this we are using Standalone applicatio which transfers the data between MSP 2003 and our timesheet. for thi we used .mpd file for projects info.
|
| Splash Screen in Word (XP) | 21 Feb 2007 12:25 GMT | 1 |
I'd like to add a splash screen to a Word document, simular to those in Excel. Is this possible? Can anyone advise me how to do this? Many thanks
|
| Tracking the number of the paragraph as I cycle through a document | 21 Feb 2007 10:37 GMT | 3 |
I am going to be running a process to check for duplicates at paragraph level in a number of files so I am going to try to do i programaticly. First of all the code I envisage will be a for each paragraph i
|
| working templates ? General word vba question | 21 Feb 2007 07:57 GMT | 4 |
I am currently learning excel vba but a friend of mine has this problem in Word. She has a form letter where she has to fill in the person's name their account number and the amount of the account. These are the three things she needs to change in the form letter.
|
| VBA code help for userform - ref fields not updating | 21 Feb 2007 07:04 GMT | 2 |
Hi, am new and self taught at using VBA in word, and just use the basics... I've created a document that uses a userform to fill in fields throughout the document. I've used bookmarks, and then for some repeated info through the doc have used the insert/ref method and referred ...
|