| Thread | Last Post | Replies |
|
| How to pass a parameter to a startup macro | 21 Feb 2005 07:31 GMT | 1 |
I have been trying to pass a parameter to a word macro upon startup, launched from a VBS script. The VBS script t allows you to drag and drop a file to it. I wanted it to launch word, which would open the file it was dropped, and then run the "testLaunch" macro upon startup ...
|
| How do you display a progress bar to user? | 21 Feb 2005 04:39 GMT | 3 |
I have created a fairly simple macro that will take quite a long time to run. What I'd like to do is present something on the order of a progress bar so that the user has some warm fuzzy that the macro isn't simply hung. Is there a way to do this in VBA for a Word document (Word ...
|
| templates | 21 Feb 2005 00:53 GMT | 2 |
What is considered best practice with many users using the same template: 1. Changing each computer's copy of Word so that the default startup/templates folders are a network location 2. Creating a startup routine that looks to see if the network template has
|
| word document images | 21 Feb 2005 00:36 GMT | 3 |
I have a problem that I'm hoping someone can give me a solution to. I have document with inserted images. In the past when I viewed these documents everything was OK, but now, the images do not appear. there space is reserved and if I double-click on them activating the image ...
|
| Create document variables from a multiline text box | 20 Feb 2005 20:05 GMT | 1 |
I am creating a userform for a meeting agenda template. When the user types in the agenda items in a multiline text box, I would like to assign each agenda item (each paragraph or line) to a document variable the name of which has an incrementing number to make each one unique ...
|
| 10 Mb Limitation Word Perl Win32 | 20 Feb 2005 19:55 GMT | 2 |
I am using active Perl to generate a mailing document using Word. I found out that the document stops adding new entries when it is close to 10 Mb, Is there a workaround? Any help will be appreciated. Thanks
|
| Checkboxes | 20 Feb 2005 17:19 GMT | 4 |
I'm trying to create survey in word. There will be 3-4 checkboxes. I want, that any user can check only one. How do this? example: "How are you feelin?"
|
| creating an instance of a perlCOM object in vba | 20 Feb 2005 03:58 GMT | 1 |
how do i create an instance of a perlCOM object in vba? Ive tried Dim perlCOMObj Set perlCOMObj = CreateObject("progIDOfCOMObj")
|
| What is a control array, how to used, and what is it for? | 20 Feb 2005 01:12 GMT | 2 |
I'm a Network Systems student,and i kind of dont understand the way my teacher talks,I've try though,but I've only been speaking English for 2Years and my teacher isn't from here;sois kind of hard. Any ways if you can give me a hand on this, tht'd be terrific, it'll help me out a ...
|
| How do I take data from excel spreadsheet and move into word docum | 20 Feb 2005 00:55 GMT | 2 |
I am taking a clients listing and moving it into a word document that is already set up. Depending on certain values in certain columns it populates certain areas of the word document. Also if the client listing has the same person with 2 different values I am supposed to just ...
|
| For Next help needed | 19 Feb 2005 23:04 GMT | 7 |
Hi - I have the following script that isn't work right. It is supposed to go to the bookmark, determine how many lines are left on the page, and enter a paragraph symbol for the number of lines that are the difference between where it is and the end of the page. Any thoughts?
|
| Cursor Question | 19 Feb 2005 21:05 GMT | 2 |
I have a process that updates a "hidden" document with main document data. During execution the cursor "blinks" (arrow, hourglass, arrow,hourglass...). I have a "timer" macro that executes a DoEvents in a loop and I do not have an Application.ScreenUpdate statement in the code. I ...
|
| Object library not registerd | 19 Feb 2005 20:12 GMT | 5 |
Recently, I had a hard drive disaster. I thought that all files had been restored, I guess not. The system is multiboot, with Win 2000 on the C drive and Office 97 installed under that OS.
|
| Choices under the heading AUTOTEXT -> | 19 Feb 2005 18:33 GMT | 1 |
Can I create mutliple choices in the INSERT -> AUTOTEXT -> SIGNATURE Field? When I create an autotext entry it automatically put them in a Heading under AUTOTEXT -> NORMAL!!! Can I move them to different Headings?
|
| Se if a printer exists | 19 Feb 2005 18:25 GMT | 3 |
Does anyone have any code that looks to see if a printer exists? I want to be able to see if a printer called "CutePDF Writer" exists, and if not, displays a message saying that the printer doesn't exists.
|