| Thread | Last Post | Replies |
|
| Getting value in dropdown list while 'hovering' | 02 Jun 2005 21:58 GMT | 6 |
I have a combo box on a form. It is fairly narrow box, and frquently not all of the text of a particular entry is visible. (It shows 15 or so characters, generally enough for me to figuer out what the entry is, but not always.) I cannot widen the box. (at least from a practical ...
|
| automating search for text and print current page only | 02 Jun 2005 20:59 GMT | 1 |
I am hoping some one out there can help me. I work with very large word documents ( 6,000 plus pages) I need to search for a certain item that is printed on each page and then print just that page. The item I am looking for af course cahnges with each page so the list of these ...
|
| Disable Grammar Checking for Current Document Only | 02 Jun 2005 20:53 GMT | 1 |
Is there a way to disable the grammar checking for a particular document when it is opened or created (in the AutoNew and AutoOpen procedures)? I don't want to fool with global settings, but this particular document shouldn't be flagging for grammar. It's not that kind of ...
|
| Problem while Opening Two Word Applications? | 02 Jun 2005 18:12 GMT | 3 |
I have problem while Opening and closing another Word Application when there is already a Word Application Running. I have created a toolbar using VBA to do some stuf. Toobar has a button named "Print to PS" to convert the current document to PostScript. The steps i follow are as
|
| Number sequence when printing | 02 Jun 2005 18:07 GMT | 1 |
I have a single-page document which has four ascending numbers on it, using a field. I want to print many copies of this document. I'd like each printed document to have different numbers printed on it, so the first document is printed with numbers 1, 2, 3 and 4, the second
|
| Referencing and Working with Specially Created Fields in Word | 02 Jun 2005 18:03 GMT | 2 |
I am trying to create a VBA macro (using Access 2000 and Word 2000) which will: 1. loop through all of the fields of the currently displayed record in the Access Activeform and grab those that have values
|
| Docked forms in Word - solution | 02 Jun 2005 17:00 GMT | 7 |
Gather 'round, boys and girls, there's a treat for you tonight. I needed to dock a form in Word but couldn't find a solution. Google showed several failed attempts. So I sat down and beat some code into submission. There are some caveats:
|
| Macro: search and transfer text strings from Word to Excel | 02 Jun 2005 16:39 GMT | 3 |
Apologies in advance if this is the wrong forum for this question. I need a simple macro to search for certain text strings in a document and then copy these instances into an Excel document. I'm presuming this is a rather simple task to do. I don't have time to learn VBA to
|
| Drop Down List Synchronization | 02 Jun 2005 16:04 GMT | 6 |
I have created a form in MS-Word 97 with a "drop down" list. The User has 12 items to choose from the list. When the User selects an item from the "drop down" list, I want the from to go to that particular area of the form...
|
| How is Paper Size set for a Printer using a Program? | 02 Jun 2005 15:57 GMT | 3 |
Is there a way I could send from a program the PAPER SIZE to use for a PRINTER without the manual procedure of setting up the printer through its properties. For example instead of the default A4 or LETTER, I want the paper size 9.5 X
|
| How do I select what I've just pasted? | 02 Jun 2005 15:28 GMT | 4 |
I open one doc, select all its contents and copy. I then activate a second doc and paste. I want to then select everything I've just pasted in and work with it. What's the best way to do that? Ed
|
| TextBox in Word | 02 Jun 2005 15:21 GMT | 2 |
I'm using textbox controls to hold images as header and footer. I'm using VBA to turn on/off the images before and after printing. It works great. But now the problem is, when user is typing text in the doc, the textbox(used as footer) is being pushed down to next page. I don't want
|
| How to check whether MS Office is installed on the machine.? | 02 Jun 2005 14:42 GMT | 3 |
I have an application when i program MS Word according to the requirements of my project. I am using C++ for all the things that i do with Word. But, my application crashes when there is no MS Office installed in the machine, its because i assume the existance of MS Office. Can ...
|
| Browsing for a folder | 02 Jun 2005 12:34 GMT | 2 |
I want to be able to select a folder only and save the path to a document variable. I have no problem doing this in Word XP using 'FileDialog(msoFileDialogFolderPicker)'. My problem is doing it in Word
|
| Recording macros | 02 Jun 2005 05:50 GMT | 2 |
I am trying to record very simple macros and it appears that part of the macro is being recorded, but parts are not. For example, I opened the recorder and recorded a macro to find any text in blue font. After the text was found, I stopped the macro recorder. When I open up ...
|