| Thread | Last Post | Replies |
|
| Reading the custom properties of the word document without opening the word | 12 Jul 2006 15:39 GMT | 1 |
I have arroud 50 word templates (.dot file) , i have a console application which creates xml of custom properties of the word , but it takes tooo much time to create ( meaning presently i a doing open each template read the values and close ) is there is anotherway of doing
|
| select next graphic | 12 Jul 2006 14:45 GMT | 4 |
I hate to bother you with such a simple question, but I haven't been able to get it to work. I am trying to write a macro (so I can assign it to a key or button) that will go to the next graphic and select it. Then I can execute another macro
|
| Word shld let me increase whole doc's font size by same increment | 12 Jul 2006 14:42 GMT | 4 |
There is currently no way for users to uniformly increase or decrease the different fonts (e.g. headings, body, footnotes etc) within a document. When we choose a new font size for the entire doc, we end up with the headings and bodies of the same font size. That's a head ...
|
| Help please with option buttons | 12 Jul 2006 14:37 GMT | 6 |
I need to create option buttons in a user form in VBA word. When the user clicks the option button it will add a piece of text with screen shots to the document and then when following the wizard (user form) more text and screen shots will be added when clicking certain
|
| Style feature in Word 2003 has major flaws. | 12 Jul 2006 13:25 GMT | 2 |
I have been using the Word style features since Word 97, and I have to say that 2003 is the worst I have seen. I have used the style organizer, created styles, and used those styles successfully. However, in this latest edition it is almost impossible to use. I understand that ...
|
| VBA Printing Problem | 12 Jul 2006 12:51 GMT | 2 |
because we have multiple printers , we have created a macro which is assigned to a button in the toolbar to directly print to a printer. this is easy because we don't have to go to file, print and then select a printer. The only thing that happens is that MS Word is no longer ...
|
| Word VBA bugs (97/2000/xp/2003), how to get them solved? | 12 Jul 2006 12:37 GMT | 2 |
We use Word VBA on a daily basis to program solutions for clients. We encounter Word bugs on a regular basis and usually we try to work around them. Mainly because we don't know how to get Microsoft to fix them. I hope this is the right place to post them, if not, I hope someone ...
|
| How to check if a variable exists within another variable | 12 Jul 2006 12:35 GMT | 4 |
I have 2 variables: A="Fox" B="The quick brown fox" How can I check if variable B contains variable A? Something like: "IF (A is
|
| Reference anothet template | 12 Jul 2006 11:05 GMT | 1 |
I am trying to create a reference to another template in VBA Tools -> references. I can browse and apparently link successfully. When I restart the Word session the link fails and I find it is pointing to temp file on the M drive that doesn't exist. I can relink to the
|
| Updating Network-wide Templates | 12 Jul 2006 10:59 GMT | 1 |
Hey, I'm trying to update a specific module in a custom template. I just have to change a string in the module. However, I don't want to replace each template for every single user since it is unique to each user. I would just like to update the single module. I don't know if ...
|
| Word Macro Problem | 12 Jul 2006 10:36 GMT | 8 |
Is Any one can tell me about this. I have to fetch data from MS-Access into word document by pressing a different keystrokes. Let here is example wht i have to do...
|
| Using IsNumeric | 12 Jul 2006 09:18 GMT | 4 |
I have a text box which uses IsNumeric to validate the text, however if the user types a number in the box and then wants to change it back to blank, it's not allowed, the msg box keeps coming up, how do I add to it to stop that and allow the value to be deleted from the field ...
|
| How do I acess a table in the header programmatically? | 12 Jul 2006 09:08 GMT | 2 |
I'm trying access through VBA an existing table in the header. I need to pass a variable from another routine (that have completed and is working). The existing table is only 1 row with 2 columns (the RH cell has a
|
| Open Records from MS-Access in a table | 12 Jul 2006 08:03 GMT | 1 |
I want to retrieve records from MS-Access table in to the tables of the Word document. here is the problem: I have to fetch record from MS-Access table when pressing keystokes.
|
| Can I convert a number to words in VBA? | 12 Jul 2006 05:26 GMT | 3 |
I have a macro which contains a text box asking users to insert a number Once they have entered their number I convert it to a value (Val) but then want to convert the value to words so that I get, for example, the following: "five (5)"
|