| Thread | Last Post | Replies |
|
| Creating a Document of Images from a List of Products | 17 Jan 2005 14:01 GMT | 2 |
I am going to try my best to explain what I am trying to do. 1. A list of our current products. Either in a table or list separated by paragraph markers. 2. A directory on the network with 100s of images.
|
| Hiding Multipage tabs | 17 Jan 2005 13:53 GMT | 1 |
Hi I am developing an automated document in Word. I want to display a form from which the user will select certain options from a series of checkboxes. I have these tied to bookmarks in the document. I would like to display
|
| Opening office documents - minus application object | 17 Jan 2005 11:37 GMT | 3 |
I'm using MS Access to crawl thru my file server and for all office files get their properties. MS released a dll that does this nicely (dsofile.dll). However, I would also like to grab all the text out of specified documents
|
| Change Case in Text Box | 17 Jan 2005 07:50 GMT | 3 |
I have this very simple code to populate the third text box (tbx3) in a form with the information the user typed in the first text box (tbx1). However, I want the value in tbx3 to be Title Case. I can't get
|
| Re - Activating the application | 17 Jan 2005 06:31 GMT | 2 |
Basically i want to ask two questions.. 1) In my application, i open the word document, insert some texts at pre defined book marks and also inserting the shapes and things like that. And then i make application visible..so, application is visble with complete data
|
| how to capture the right-click event in MSWord through a word macro (visual basic macros)? | 17 Jan 2005 04:33 GMT | 3 |
I want an action to be performed during the mouse right-click in MSWord. how to capture the right-click event of MSWord(in a word macro)?
|
| Macro to create section | 17 Jan 2005 02:09 GMT | 5 |
I'm hoping someone might be able to "donate" some code for two seperate case: 1- Create a page after the last page in the document wish would be in a new section.
|
| Getting error when using TimeOut argument with dialog box | 17 Jan 2005 00:29 GMT | 2 |
I long time ago I asked if there was a way to have a dialog box close automatically and there didn't seem to be any way to do it. But recently I heard from WordTips about the TimeOut argument which is like this:
|
| Trouble with AutoRecover on Word 2000 | 16 Jan 2005 22:44 GMT | 1 |
I have been having trouble with the AutoRecover feature on Word 2000. I have the AutoRecover set to save every 3 minutes. But recently I have had some trouble with saving to my CD drive and the program locks up and I have to close it. When I restart Word the recovered file ...
|
| Calculated Fields Question | 16 Jan 2005 21:01 GMT | 2 |
I need to use some calculated fields that changed based on values of other fields. TextBox Example: If numMinimum < 199.00 Then numMinimum * .01
|
| Word crashes when I read the textfield-value in protected mode | 16 Jan 2005 20:14 GMT | 1 |
I have a problem using the onexit-macro with a formfield. Word crashes if I click on a formfield in protected document mode. But this only happens if the formfields are on more than one page. I have tested this with Word 2000 9.0.6926 SP3. All updates are
|
| End of row in table | 16 Jan 2005 18:12 GMT | 6 |
can anyone tell me how using VBA I move the cursor out of the end of a row so i can hit return to insert another exact row, form any column within the row. I can do it using a loop which locates the column number and then moves the
|
| How to get more color fills | 16 Jan 2005 14:15 GMT | 3 |
I created a table in Word 97, and I want to color the cells in the table. This seems can only be done through the Borders and Shading. But it provides a very limited color choice. How can I get a rich fill color palette like the one with the Background fill? Any vba code can solve ...
|
| How to close word server | 16 Jan 2005 13:29 GMT | 2 |
I am writing MS Access VBA application and I really don't know, hove to close MS Word server, after all operations. I start it in this way: Dim oApp As Object
|
| adding pictures to spreadsheet | 16 Jan 2005 11:55 GMT | 1 |
I have an excel VBA module which inserts some BMP files into a spreadsheet. I know there are better ways to this but this is how the boss wants it. anyway, it works good but suddenly the BMP files are sized small. I mean it used insert the BMP files at their full size. The ...
|