| Thread | Last Post | Replies |
|
| Format to display hh:mm:ss | 04 Mar 2006 08:43 GMT | 3 |
I have the following line of code .Caption = Format((lngWords \ 90), "##,##0") & " minutes of Text - Microsoft Word" I want to convert the lngWords to hh:mm:ss
|
| Accessing Python or DLLs from Word | 04 Mar 2006 04:43 GMT | 1 |
I am experimenting with an app which is to process large Word doc's, and needs the dictionary objects available in Python (and C++). Is there a way to make a Python app or a DLL appear like a macro within Word; is VBA a good "glue" to access that Python app, or just dumb? If so, ...
|
| Please provide example of WordML <specVanish/> element. | 04 Mar 2006 03:12 GMT | 1 |
I am trying to suppress text in a WordML document that must remain in the document for future reference. The specVanish element appears to be an answer, however, I have not had any success with its use. Looking for a working example.
|
| Shapes | 03 Mar 2006 23:42 GMT | 1 |
I need to set the properties of a textbox programatically to anchor to the top of a line. Is it possible to programatically define the line that the textbox should be anchored to.
|
| Combining IF field and SYMBOL field fails | 03 Mar 2006 22:18 GMT | 6 |
I need to insert text into a Word document conditionally, so I'm using the IF field. For the text itself I need to use the SYMBOL field (for reasons I needn't describe). But I can't get IF and SYMBOL to work together. The field code
|
| Combo Box | 03 Mar 2006 22:18 GMT | 1 |
I have several combo boxes on the form. I would like to fill the first combo box by adding them by the .add and when a person selects an item from that box it will dymanically populate the other combo box that is related to that item. I would like to know how I would go about ...
|
| Enter key does not work in User Form | 03 Mar 2006 21:33 GMT | 1 |
I have created a UserForm in word Office XP. It works great, except when you press the enter key while typing info. in the text box. It tabs to the next text box. The user will need to be able to use the Enter Key to move to the next line
|
| Does the Selected Range include a merged or split cell? | 03 Mar 2006 20:17 GMT | 6 |
That is my 64 million dollar question today. Some of you may know that I am working on a macro to report table and cell data. Fruit of my labor so far is http://gregmaxey.mvps.org/Table_Cell_Data.htm Take the situation where you create a 5x2 table and merge B2 and C2
|
| Macro to move to bottom of any page | 03 Mar 2006 20:03 GMT | 3 |
When creating word templates in 2003, I often record a macro that jumps to the bottom of the last page, inserts a section break, new page and proceeds with the routine. This is what I am currently using to accomplish the goal..
|
| pdf files using VBA | 03 Mar 2006 18:42 GMT | 3 |
Is it possible to convert a rtf or word document to a pdf file? If yes, can someone help me how to do that using MS word VBA. Thanks
|
| Links | 03 Mar 2006 16:28 GMT | 1 |
Hi If i write down the word "Gunnar" in a place in a Worddocument i want Word to update 1 other place in the document with just that Word.
|
| PrintOut shows Printer-Dialog | 03 Mar 2006 14:08 GMT | 1 |
I use "Printout" method to directly print out a document, but on some machines (also with different Word Versions) a dialog pops up to choose a printer. How can I avoid the dialog to be displayed? Thanks in advance!
|
| how to set rightAlignment in a cell ??? | 03 Mar 2006 12:10 GMT | 2 |
Using cells in a table : how do you set the rightAlignment for text in the cell ? thx Chris
|
| Count words with computeStatistics | 03 Mar 2006 11:01 GMT | 1 |
Im trying to select the text in a section count the number of words(without using readabilityStatictics.value(1) put it in the header SO far I have comeup with the following code which gets error at the 4th
|
| underlying macros in custom menus | 03 Mar 2006 10:11 GMT | 1 |
Is there anyway to find the underlying macro associated with custom built menus in Word. You can find the name associated with the macro on the menu but there doesn't seem to be anyway to relate back to the underlying macro associated with the menu. I have inherited a very ...
|