| Thread | Last Post | Replies |
|
| I would like to play back recorded Word macros in slow motion - h. | 22 Apr 2005 16:04 GMT | 3 |
for educational purposes I would like to be able to show students some basic skills through Word Macros. For that reason, the macros would have to be played back at a slow pace. Even nices it would be if it could be stopped, rewinded, forwarded etc. almost like a video.
|
| MS Word drop downs | 22 Apr 2005 15:38 GMT | 1 |
I am not vb programmer. Can anyone help define method to associate 2 drop down list boxes? As example, suppose first drop down is Area (i.e., work area (Procurement, Finance, Logistics, etc.)). Second drop down is Title (i.e., job title
|
| How can I add a counter function to a word document | 22 Apr 2005 15:25 GMT | 3 |
I want to print out a form with pre-defined numbers. How do I get a counter function that increments a new number each page or each time I print it out? I want to also be able to set a starting number for the form.
|
| tabulating data in Word | 22 Apr 2005 15:17 GMT | 3 |
Hi, I didn't know if this is the right place for this, but I wanted to know if there's a way to mark certain words in a word file and be able to export just those words to Excel? Or something like that. Basically here's the story: I have a document in which I am trying to
|
| Macros OK in template but vanish from docs based on the template | 22 Apr 2005 14:10 GMT | 2 |
I have created a template in Word 2003 that contains a set of macros and a toolbar with buttons that users can click to run the macros. If you open the template (.dot file), the macros & toolbars are there. However, if you create a document (.doc file) based on the template, the
|
| FAQ = Frequently Asked Questions - brief - vba - unofficial | 22 Apr 2005 14:09 GMT | 2 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| accelerator key | 22 Apr 2005 13:58 GMT | 2 |
I'm using Word 2000 and have created a form that is used to replace the built-in form to accept or reject changes in order to create an audit trail upon accepting changes. I'm trying to make my custom form function as close as possible to the built-in version.
|
| Choosing name from list box | 22 Apr 2005 13:05 GMT | 7 |
I have a template (for creating letters) that I have set up for my company. I have all the employees names, direct dial, fax, email, etc. in a table in a separate document. The letterhead template has been set up as merge file. There is a form with a list box that the user ...
|
| Copy Excel Contents to Specific Word Table Cells using VBA | 22 Apr 2005 12:22 GMT | 2 |
I wrote a number of scripts using VBA for Excel and they all worked pretty well. But this is the first time I'm writing VBA scripts to go across different applications, i.e. Word and Excel, and I'm hoping someone can give me some pointers.
|
| How editing every line by VBA. | 22 Apr 2005 10:41 GMT | 1 |
I have a Chinese Font encode file. AH 丫 AH 呀 AH 亞
|
| Automatically Removing Certain Entries | 22 Apr 2005 10:00 GMT | 1 |
There are these certain entries, date/time stamp entries to be axact, on some documents that I use that I would LOVE to be able to automatically remove them all with some cool macro or something but I'm not too good with these things. Here is a sample of the text:
|
| Check for existence of another macro | 22 Apr 2005 08:03 GMT | 1 |
I'm aware of how to run another macro from a macro using application.run("Macroname"), but how do you check for the existence of a macro other than trying to run it and getting an error if it doesn't exist? TYA,
|
| Counting files in a directory | 22 Apr 2005 07:12 GMT | 5 |
In VBA, one can use "ActiveDocument.Words.Count" to count words in a document. What do I use to count number of files in a directory? Do I have to loop through and count or is there a command like Directory.Files.Count? / Ulf
|
| formfield, protected and hyperlink | 22 Apr 2005 07:01 GMT | 1 |
A question. I have a word document that is protected. When I open the protected document it opens with the first textfield selected. So far so good. When I open this document by a hyperlink in another worddocument then it
|
| Need help in VBA-- WORD BASIC | 22 Apr 2005 04:25 GMT | 2 |
Hi All, I have an application, which is written using WORD BASIC> I want to edit the footer and want to user EDITREPLACE function to replace the string inside the footer also.
|