| Thread | Last Post | Replies |
|
| Macro question: Running Word and macro in batch? | 28 Jan 2006 22:40 GMT | 7 |
I am trying to create a Word document by opening an existing document from the command line and running a macro that erases the current version of the document and regenerates it from an external file. Is it possible to do that? Ideally, I'd like to do this without even opening ...
|
| I am looking for a course | 28 Jan 2006 17:55 GMT | 2 |
I am looking for a free downloadable course/tutorial/manual/guide on VBA for beginners. I need something which could teach me step by step (with examples) how to use VBA - first of all with Excel97 or later.
|
| Cleaning up a file | 28 Jan 2006 17:16 GMT | 3 |
I've got clean up a large file comprised of returns from antispam DNSBL servers. The data is comprised of records like those shown below (two full records shown). I want to remove all the lines EXCEPT the one starting ";; ANSWER SECTION:"
|
| Would like to display a picture button on toolbar | 28 Jan 2006 12:50 GMT | 1 |
I have a Macro named InsertLatestJPG - it looks in a folder for the most recent saved picture and pastes it into the current document. I have added the Macro to the toolbar, but the text InsertLatestJPG is displayed on the front of the button. I would rather the button was a
|
| KEYS TO WINDOWS 2003 | 28 Jan 2006 09:57 GMT | 2 |
i really need to know the basics for word like the function keys
|
| VBA & Web Pages | 28 Jan 2006 07:48 GMT | 1 |
I want to be able to open a web page with a given url, then copy it contents (either all or designated by some keywords which could b searched for), and paste them into my word document. I have searched a lot, but haven't found how to do the above.
|
| Using ADO to populate a List Box | 28 Jan 2006 02:16 GMT | 10 |
Hello, I'm a little new to using VBA to access other applications but I'd like to populate a list box in a VBA user form with a column of names from a field in Access. I opened the connection fine - it's just that I'm not sure how to get the information (just a list of names) ...
|
| word | 28 Jan 2006 00:27 GMT | 3 |
I was wondering how I can type in a text in my document and then have that text triggered automatically by word to go to several places within that same document?
|
| Combo Box | 27 Jan 2006 20:26 GMT | 3 |
I have a 2 column combo box - column 1 is the bound column. The combo box's items are populated when the document is opened. The list is populated as shown below: col 1 col2
|
| Toolbar button aad macro | 27 Jan 2006 20:15 GMT | 3 |
How can I remove the link between a toolbar button and a macro and how can I assign this button to an other macxro? Thx Desperate houseman
|
| Dynamic Arrays question | 27 Jan 2006 19:38 GMT | 3 |
I am trying to write a VBA macro in Word and need some guidance on how to use a dynamic array. One part of my macro needs to read in a long semicolon-delimited string that is on a single line of an external text file. I will use Split() to slice it
|
| error in code | 27 Jan 2006 19:36 GMT | 1 |
In a magazine I found some codelines to have the filelocation shown on top of my screen. But I get an errormessage because somewhere in the ActiveDocument.SaveAs (shown bold and in red) somethings wrong. I can't find the error. Who can? I use Word XP, but that doesn't seem to be ...
|
| Bookmark updating form issue. | 27 Jan 2006 18:25 GMT | 1 |
I created a form that pops up when a user opens this template. The template is a birth certificate. When the user opens the template my form pops up and they fill it out. Once they are done, they click on the submit button. The information they typed in the form then gets ...
|
| How do I create a custom Date Format in Word? | 27 Jan 2006 17:54 GMT | 5 |
I would like to create a custom Date Format in Word. Word will prompt me with being able to automatically insert 1.26.2006, but i'd prefer to have it prompt me to automatically add 1.26.06. Any way to add XX.XX.XX as a date format??????
|
| Confusion between Document Open and Document Add | 27 Jan 2006 17:53 GMT | 2 |
Hoping to alleviate some confusion I have. I have a stream writer that created a document containing numerous lines of text. I now want to open it in Word, but with a specific Template attached. The Template contains some macros and also limits the styles that are allowed.
|