| Thread | Last Post | Replies |
|
| Security and VB References | 10 Sep 2007 20:22 GMT | 2 |
I have a sales person who install Office 2007 on there computer. The quoting software we use uses Word to create order forms. But I need to turn the Security level to low and go into VB area and check the approraite dll files under references.
|
| VSTO Custom Task Panes | 10 Sep 2007 18:42 GMT | 2 |
I have written an Application level addin for Word 2007 in C# using VSTO. I have a toggle button on my ribbon which displays a custom task pane. This all works fine. I also have a VB6 application which creates Word documents, this
|
| Missing ComboBox Combination | 10 Sep 2007 15:04 GMT | 2 |
Hello I have a User form created is VBA I have a combo box and it does not work below are all the codes for this combobox
|
| Problems with Combo and Text Boxes in Excel 2003 | 10 Sep 2007 10:08 GMT | 2 |
To anyone who can help me: I am using the English version of Excel 2003 (Students' and Teachers' version), running on a Toshiba laptop with Windows XP Media version (Italian) installed.
|
| searching a range | 10 Sep 2007 02:20 GMT | 3 |
Can someone tell me what is wrong with this code? What I am trying to do, is set a range to the first 5 sections of a document. Then I want to find a particular string. If I find it, I want to clear that search and search for something different. However, the search is not ...
|
| Problems with Replace | 09 Sep 2007 22:42 GMT | 4 |
I'm a little bit new to Word VBA. Been working with Excel VBA for a while. I built the following macro to delete text that had the style of "Instructions" applied to it. The idea is for the user to execute this after they're done filling out the document.
|
| I need IS NOT (<>) operand for Font.Name | 09 Sep 2007 17:57 GMT | 1 |
In the sub below I need to make line six return 'true' on any OTHER font that the one listed. I've tried all the normal operands and nothing works. The sub purpose is to replace all fonts with one single font. Thanks,
|
| Sequentially number multiple copies of a document IN DUPLICATE (NCR) using a macro | 09 Sep 2007 11:25 GMT | 1 |
My apologies for the long subject line; it's essentially exactly what I am looking for. I copied the example of the macro offered on the MVP site to sequentially number a document and it worked perfectly-I've been tasked with printing out 3,000 of them. The document will be ...
|
| disigning a form | 09 Sep 2007 03:54 GMT | 2 |
I am designing a fill in document . i want some text fields like name to automatically type into another text field in the latter of the same document once filled in how do i do this?
|
| WORD should expand vocabulary to include more scientific (medical. | 09 Sep 2007 02:22 GMT | 5 |
Im using the Microsoft Office -Student and Teacher edition 2003. WORD should have an upgrade or an option that expands the vocabulary. I am in the health sciences and I don't like the fact that every other word I type is underlined (because it isn't in WORD's vocabulary).
|
| How can I automatically determine a document idle time & close it | 08 Sep 2007 20:21 GMT | 1 |
I need to write some vba code to determine a specific document's idle time and if its more than 3 minutes it needs to save and close the document without affecting other documents I might be working on.
|
| Convert footnotes to ordinary text | 08 Sep 2007 13:37 GMT | 3 |
I have a large document with several hundred footnotes. I'm looking for a code to replace the footnote reference with the actual footnote text. Any ideas on where to start?
|
| Checking for the existence of a Macro | 08 Sep 2007 11:24 GMT | 2 |
Here's a curly one for you all! I have a series of standard 'office practice' type templates (Fax, Letter, Memo, etc.) all of which contain code for creating the document in the first place. This code saves the input in document variables to allow the code to
|
| Updating DM's DocID's in code | 08 Sep 2007 10:38 GMT | 2 |
How can I cycle through section breaks in code? Thank you for all help.
|
| Determining length of line | 08 Sep 2007 10:26 GMT | 3 |
Word 2000 I want to use something other than the 3 characters provided as tab leader options. As an old C programmer, I outlined the algorithm I would use, but
|