| Thread | Last Post | Replies |
|
| Excel 2003 VBA: Import Numerical Data from .rtf File into .xlS Fi | 09 Nov 2006 22:12 GMT | 4 |
I have been able to do this, using both late and early binding, when my machine is "logged-on" to our network. However, I also need to do this when my machine is "logged-off"; neither early nor late binding is working -- the primary data file becomes "locked for editing" by the ...
|
| Pulling Data from Access to Word/Excel | 09 Nov 2006 21:56 GMT | 1 |
I'm trying to pull in data from Access into multiple Word & Excel templates. I want this information to auto populate corresponding fields in the templates by inputing one primary key data. Help! Example:
|
| Differences in ReadabilityStatistics | 09 Nov 2006 21:50 GMT | 3 |
I'm trying to capture the Flesch-Kincaid Grade Level for a bunch of documents, which I know how to do, but when comparing it (and all of the ReadabilityStatistics) programmatically to the pop-up box, the numbers are noticably different.
|
| Dynamic toolbar? | 09 Nov 2006 21:42 GMT | 2 |
I have a global toolbar with some buttons that should be possible to access from all docs that I'm working with. However, I also have some specific templates with their own toolbars. The problem then is that I get two different new toolbars instead of just one.
|
| Inserting form field objects?? | 09 Nov 2006 21:39 GMT | 7 |
I would greatly appreciate some help in solving the following problem... I have a document which i mail merge with an access database to insert some information, Then I would like to insert some form fields so the
|
| Text Style in textbox | 09 Nov 2006 20:28 GMT | 1 |
In autotext Word 2003, see menu Insert-->Autotext-->Autotext-->Tab Autotekst you can see in the example-window the text with style. How can I display the text with style in a textbox of a Userform?
|
| Project and signature version compatibility | 09 Nov 2006 20:12 GMT | 1 |
I've come across some rather strange behaviour I'm hoping someone can verify and hopefully suggest a solution to. I've created a new document in Word 2003, then to the VB project added an empty class module and finally signed the project with a digitial
|
| VBA Book | 09 Nov 2006 19:32 GMT | 1 |
I was wondering if anyone could recommend a good book to learn VBA for Word? Thank you. Zelia
|
| Using Container in Auto open macro | 09 Nov 2006 19:21 GMT | 1 |
I have an excel file which is embedded in some application. I ahve a macro written in the excel file. I want the macro to run automatically as soon as I open the excel sheet. For this I used the Workbook_Open macro. But inside this macro if I try to call the Container method, I
|
| get only the formats available for the active word document | 09 Nov 2006 16:55 GMT | 2 |
I use word2002. anybody knows if it is possible with a macro to simulate the following function: Format > Format Template (or something like that, I have a german
|
| read the whole section | 09 Nov 2006 15:30 GMT | 8 |
EXAMPLE: 1 Scope of Test This test case specification covers the test criteria necessary to ensure that the Central Management Console functionality is working correctly.
|
| Shortcut keys for macros | 09 Nov 2006 15:23 GMT | 2 |
I have been trying all day with no success (although I have done this several times before!) to add the shortcut key of Ctrl P to a macro residing on a global template which is located in everyones startup directory. We have a customised print menu and I just want to assign Ctrl ...
|
| Macro Inserting Bookmarks in Header/Footer | 09 Nov 2006 14:53 GMT | 3 |
I'm debugging a macro written by someone else. The function is to insert a bookmark into the current open document at the cursor position. It runs fine in the body of the document but fails when you try to insert a maco into the header or footer.
|
| Project and signature version compatibility | 09 Nov 2006 14:30 GMT | 2 |
I've come across some rather strange behaviour I'm hoping someone can verify and hopefully suggest a solution to. I've created a new document in Word 2003, then to the VB project added an empty class module and finally signed the project with a digitial
|
| disabling/enabling a control on a menu | 09 Nov 2006 09:09 GMT | 7 |
Can anyone give me a easy way of setting the protect/unprotect document control in the tools menu to prevent it being used with specific documents i create. I know i can use the enable true/false but how can i specify this specific control without having to scroll through all the ...
|