| Thread | Last Post | Replies |
|
| Can't see stored procedures in 'select data source' windows | 27 Jun 2007 20:02 GMT | 1 |
I tried to get data from a sql database where the data is in stored procedures. I couldn't find the stored procedures in the "Select data source" window, neither in Word or through Excel. Should it be visible, or is there any other suggestion with VBA to get
|
| Give textbox focus when form loads modeless | 27 Jun 2007 20:00 GMT | 4 |
Using Word 2003. I have a VBA userform which contains a textbox (txtFindText) and some buttons. When the form is displayed I would like the textbox to have the focus. I have a line - txtFindText.SetFocus - in the form's initialisation handler
|
| A macro to replace check boxes | 27 Jun 2007 19:36 GMT | 3 |
Does anyone have a macro that will replace every formfield check box that is true with the capital letter "X"? I want the user to click a commend button on the form and the macro will replace all the check boxes that are true with a "x" and just delete the check boxes that
|
| create a new document consisting just of comments | 27 Jun 2007 16:02 GMT | 1 |
does anyone know how I can either print to pdf, or create a new document, of just the comments and their reviewers in Word? I have tried being in 'final showing markup'; show = comments (i.e. insertions & deletions and formatting are turned off), and printing
|
| Identify Active Formfield Item Number? | 27 Jun 2007 14:37 GMT | 4 |
I am creating a locked Word 2003 document containing a number of (un-bookmarked) Text Form Fields. Owing to a problem with the limited availability of number formats for the Text Form Field (see previous Discussion Group question), I need to run a
|
| How to count in VBA? | 27 Jun 2007 14:32 GMT | 10 |
I'm creating a userform with various textboxes, docvariables, and listboxes. The problem I am now faced with is two fold: Problem 1) I need a way to count count the data entered into the textbox and the result of the count will perform a specific action.
|
| how do i create a bilingual table of contents | 27 Jun 2007 12:18 GMT | 1 |
I am trying to create a table of contents in both english and french but when i update the english one the french one updaes in english also
|
| Saving .doc as .html with vba | 27 Jun 2007 11:53 GMT | 1 |
I need to convert some .doc files to .html with vba. I tried to record a macro that did this but to save the file it has a static name eg. "filename.doc" becomes "filename.html". And that is also recorded in the macro. Is there anyone who can help me make it so that the file ...
|
| [C#/Interop] Setting focus on page just above footer | 27 Jun 2007 08:42 GMT | 1 |
I'm fumbling around with C#, Interop and Word. I'm wondering how I could set focus on the page so that the cursor is on the line just above the footer, or the last line on the MainDocument?
|
| Deleting current footer and replacing | 27 Jun 2007 07:58 GMT | 2 |
I've recently dug into Word interop using c#. The first thing I would like to see accomplished is to change the current footers of a huge pile of .dots. I've now succeeded in opening the Word Application and a Document in the
|
| Word automation fails after un-installing Office 2007 Beta 2 | 27 Jun 2007 03:26 GMT | 2 |
Another try.. After trialling Office 2007 Beta 2 and having it run out of time, I decided to un-install it. I develop Access applications, automating of Word and Excel is a common
|
| PageNum and NumPages | 27 Jun 2007 01:53 GMT | 3 |
I am building complex documents that need Page X of Y in the footer, and this is happening all in VBA. I am combining documents in code, and cannot have the pagenum and numpages fields linked when the document is completed, because it is combined with other documents. So I will ...
|
| Using vba Find/Replace Bullets | 27 Jun 2007 01:43 GMT | 1 |
I am using Word 2000, hope someone can assist, I know alot about Excel vba but am To maintain the formatting of a document, I am requiring the users to paste sometimes large amounts of text into a userform that pastes it
|
| Automate bookmark naming of formfields | 26 Jun 2007 22:00 GMT | 3 |
I have a macro that adds a row (with formfields) to a 3 column table. Is there a way I can take care of the naming convention for the formfields? Eg.
|
| Change the template for an existing document | 26 Jun 2007 22:00 GMT | 4 |
I need to change the template for a number of existing documents. Can anyone tell me how to programmatically change the document template from normal.dot to newtemplate.dot and then save the document (i.e., overwrite the original file)?
|