| Thread | Last Post | Replies |
|
| Persisting information visually in a Word session | 01 Jul 2005 00:51 GMT | 1 |
In Word, we use different sets of parameter data that I extract from a SQL database and persist in the registry for easy access. I've created a method for the user to select which parameter data to be loaded at a particular time. That data then persists until they choose to ...
|
| Document Creation | 01 Jul 2005 00:09 GMT | 3 |
Realy hope someone out there can help. I'm busy with a proof of concept at a client, an investment bank, who has a requirement to automate the monthly distribution reports from within Word (Word 2003). I have done some VBA work years back but that was Excel specific, so I'm pretty ...
|
| Installation of VBA modules | 30 Jun 2005 23:59 GMT | 9 |
Can someone please point me to an article or two, or give me pointers on the best practices to install VBA code into a users machine. This should be a close as possible to a shrink-wrap type installation where a competent technical person is not involved.
|
| Enabling Macros in Word | 30 Jun 2005 21:35 GMT | 1 |
I made some buttons in VB for Word that linked to other documents. They worked when I first made them. When I went back to check them nothing happens when I click them. I went into VB and everything should work. I tried clicking on exit design
|
| Losing macro buttons on saved documents | 30 Jun 2005 21:34 GMT | 1 |
I've created a template which includes 6 macro buttons on the standard toolbar. When you go to create a new document based on this template, all looks fine with styles, macro buttons, etc. However, after you save the document and close it, when you reopen it, only 2 of the ...
|
| Link to a web site within a Word Template | 30 Jun 2005 21:33 GMT | 1 |
I need to make a link available to a web site within a template. The link works until I lock the template so that the users can only completed the fields provided for data. Because the link is not in a field that is intended to be completed by the
|
| DATA FROM ONE FIELD TO MANY FIELDS | 30 Jun 2005 19:53 GMT | 1 |
I WANT TO BE ABLE TO ENTER DATA INTO A FIELD ON PAGE ONE OF MY DOCUMENT AND I NEED THAT SAME DATA TO APPEAR ON EVERY PAGE OF MY DOCUMENT. HOW DO I GO ABOUT DOING THIS?
|
| disable toolbar selection | 30 Jun 2005 19:24 GMT | 3 |
I have a protected form for which I display customized toolbars. How can I disable the user from being able to right click in the menu bar area and selecting other toolbars to display?
|
| PCL printer control codes question | 30 Jun 2005 18:45 GMT | 6 |
We are trying to use printer control codes in a Word 2003 document to tell the printer to use the envelope feeder on our Lexmark Optra S 2450 with 2 additional paper trays and an envelope feeder. Using the command {PRINT 027"&l4H"} in a Word 2003 document successfully told the ...
|
| Run-time error '4608' | 30 Jun 2005 16:26 GMT | 9 |
Hi, I am frustrated. I keep getting the error Run-time error '4608' Valule out of Range. Here are the details. This error only occurs in a specific Word 2003
|
| ActiveDocument.Close() (.NET 1.0 vs 1.1) | 30 Jun 2005 16:00 GMT | 1 |
All- I have created a protype in VB.NET 1.1. After the prototype, I was informed that my development was to be done in 1.0, not 1.1. Not a big deal, until I try to close a document. Here is my code
|
| Use file on web-server as DataSource for mail merge? | 30 Jun 2005 16:00 GMT | 1 |
Does anyone know a way I can get Word to accept a (csv) file on a web-server as the data source for a mailmerge. e.g. doc.MailMerge.OpenDataSource("http://mywebserver/data/mergedata.csv");
|
| Highlighting One Page | 30 Jun 2005 15:49 GMT | 2 |
How do you highlight one page in order to find-and-replace in the first page of a document? I am using the macro recorder to make a couple simple changes (I am pretty new to VBA coding).
|
| Creating a table with SQL Data Definition Language w/auto incremen | 30 Jun 2005 14:44 GMT | 2 |
I have a VBA application that uses the SQL Data Definition Language (DDL) to create tables in a jet (.mdb) database from Word XP. [e.g. CREATE TABLE tablename (column_name, data-type);] I need to set the auto-increment capiblity. Can I do it with DDL? If so how? If not what ...
|
| Shift down macro | 30 Jun 2005 14:23 GMT | 6 |
How do you write a macro that does one set of commands if a shift (ctrl or any other) button is pressed and another set of commands if it is not pressed? I tried searching for examples on the web, but perhaps I am not using the right key terms. Can's seem to find what I need.
|