| Thread | Last Post | Replies |
|
| Pressing Enter in a User Form | 11 Oct 2006 21:27 GMT | 4 |
Is there a way to allow the use of the Enter key to move forward through the fields of a user form instead of the tab key? Thanks
|
| Computer speed problems? | 11 Oct 2006 21:16 GMT | 1 |
I have created a small application in VBA, that compiles reports - creates one main document, puts in another docs using "insert word file", then goes to header, types some text into header, etc etc. What I'm having here is that on some, and I stress the word "some",
|
| How do I set up a time limit on a test form in Word? | 11 Oct 2006 20:37 GMT | 4 |
I have a test form that I want to make available to students via e-mail, however, I want them to work on it for no more than three hours. I need to track time entering material or set a limit for when entries can be made from the time of first opening. Once they start, they ...
|
| MS Word Table Fit On Page | 11 Oct 2006 19:14 GMT | 3 |
Is there a way to force a MS Word table to make it and its contents appear on a single page regardless of what happens ot the data inside? Using vba on Office 2000. I am pasting excel charts into the table and trying to make it all fit on one page.
|
| need help with table code | 11 Oct 2006 19:06 GMT | 3 |
I got some code from a userform for creating and formatting a table (found it in an old Word template). After adding the table, it uses the Selection object to select that table for formatting and then to select the top row for formatting.
|
| regional settings for long/short dates | 11 Oct 2006 18:05 GMT | 2 |
I have an addin that works great if regional settings (long/short dates) are set appropriately. How can I programmatically change these date formats to be as needed? TIA
|
| ch show on ruler | 11 Oct 2006 17:38 GMT | 1 |
In the paragraph dialog box, the measurement for indentation shows at ch, therefore the ruler measurements are in ch. Tools - Options shows the measurement to be in inches. Any other ideas as to what this means and how it can be changed so the ruler
|
| How to center a line of text in a message box? Code included | 11 Oct 2006 17:27 GMT | 3 |
I have code that displays the standard message box but I want to center the third line of text over the OK button. Is that possible? Or, are there VBA characters that can be used to push the text right to the desired position? Many thanks for your help.
|
| Macro won't print under XP...? | 11 Oct 2006 16:52 GMT | 5 |
Howdy, I had a macro (Word 2000 SP3) that worked properly under Win 2000 Pro. Now, under Win XP, it behaves differently. Formerly, it did
|
| inserting text based on choices in userform | 11 Oct 2006 16:39 GMT | 16 |
LS, I am looking to incorporate something in a document automation template I am using. The document has several chapters (or rather paragraphs) that need to be in
|
| text in form fields disappears | 11 Oct 2006 16:38 GMT | 5 |
I have a travel form that has a macrobutton. The user clicks it once for each traveler - the macro unlocks the document, copies and pastes the travel information table and locks the document. Each time, the text in the fields disappears. Is there a way to stop this?
|
| force autotext to be saved in a template | 11 Oct 2006 14:12 GMT | 5 |
I have some lengthy templates with lots of autotextlist fields. the autotextlist fields are constantly growing with new autotext that i create on the fly within the field by typing the text and creating a new autotext entry.
|
| Autotext not saving with document | 11 Oct 2006 13:28 GMT | 5 |
I have created autotext and assigned it to a button on a custom toolbar. I save the document and when I reopen it; all the autotext I created is no longer there. Toolbar made it but not the autotext. So I need to code the toolbar or autotext into the VB Editor also?
|
| wordApp.documents.open results in error code 800A1401 on some mach | 11 Oct 2006 09:08 GMT | 2 |
Hi people, i have a .vbs-script, which runs on some machines and on some other it shows me error code 800A1401. The code looks something like this: Dim wordApp
|
| Word Automation. To fix the text always at the top of page | 11 Oct 2006 08:35 GMT | 1 |
I am working on word automation. I found a control on net which gives you to edit a word document with programming. Problem is There are 5 headings in my document. And i have to paste paragrahph under the headings using vb.net. Things are working fine. But one of my heading text ...
|