| Thread | Last Post | Replies |
|
| Experts Please respond.. WORD on server side, multithreading and q | 23 Oct 2006 09:26 GMT | 6 |
I'm trying to parse a word document using .NET and VBA and its taking more than 5 minutes to strip off tables,images and text values. if the word document has more than 20 pages then its taking more time. I'm using clipborad functionality to copy the images and ...
|
| Program Heading styles to increase by pt size? | 23 Oct 2006 09:26 GMT | 3 |
I've got a thesis template for graduate students (so lots of users) and our headings (levels 1-5) need to be 2 pts larger than the Normal font size. The template is in Times New Roman 12 pt so, for now, headings are programmed to be 14 pt.
|
| Parsing data from word doc with metadata | 23 Oct 2006 09:26 GMT | 2 |
can somebody give me a good example of program code in VBA that will parse word document. I have data warehouse that have metadata. So parser should take metadata and find data related with that metadata in word document. After that that new data must be transform in data
|
| Problem in linespacing for paragraphs | 23 Oct 2006 08:25 GMT | 1 |
In vba I have created a table with 2 rows and 3 cells. In each cell I set Paragraph linespace to 1 cm, I set Toppadding for cell = 0 and Spacebefore for paragraph to 0 too. but as I set Linespace there is an extra space above my text in paragraph
|
| How to determine if an entire table row is selected (Word)? | 23 Oct 2006 06:42 GMT | 2 |
Can anyone tell me how to determine if an entire row in a Word table is selected, please? I can establish that the cursor is within a table & what the row number is but I cannot work out how to tell it is selected :-( I'm sure it's something v. simple that I am just trying to make ...
|
| Counting-Macro for non-empty rows in a column | 23 Oct 2006 04:36 GMT | 6 |
I'm refered by Tisane, a French speeking Word MPV's, for help. I make several merging-catalogs, from Excel 2000 to Word 2000. The results are in a table, wich contains, sometime, many columns. As far, it's working quite well.
|
| Expert help on security and vba code needed | 22 Oct 2006 23:21 GMT | 4 |
I need to send out a word form with some vba code in it every 6 months to staff members to run on their home computer. My understanding is that they will have a problem with this form if their security settings is medium to high.
|
| auto resize text to fit in fixed size text box using word | 22 Oct 2006 09:55 GMT | 2 |
I have a document that inputs text from a word VBA form into a text box. This is done by using a bookmark placed in the text box then running the following command
|
| How to set focus to Word using automation | 22 Oct 2006 09:20 GMT | 6 |
Our application integrates tightly with Word using automation. In certain instances we are finding that Word has a dialog open but the user is not aware of this because Word does not have focus. How can we force Word to get focus.
|
| Copy from IE, paste to Word, restyle in Word, maintain formatting | 22 Oct 2006 06:57 GMT | 1 |
Working with a team that has created a web application (javascript with oracle back end). One of its functions is to auto-generate a document based on a pre-defined template, using a custom Style. We currently copy the text (stored as HTML in Oracle) from IE and paste it into ...
|
| list of all words meeting a woldcard criteria | 22 Oct 2006 06:33 GMT | 5 |
I have numerous different key words in a document that I have identified with a caret (^) at the beginning and end. How can I search on ^*^ and get list of all those various words? Thanks.
|
| Rotate inlineshape | 21 Oct 2006 19:31 GMT | 2 |
Is it possible to programmatically rotate an inlineshape picture (in fact all pictures) in a specific section on a word doc? I cannot find anything in the vba help section. Thanks in advance
|
| Word Macro edit grayed out | 21 Oct 2006 17:07 GMT | 1 |
I try to edit a macro in Word, and the option to do so is grayed out.
|
| Mail merge automation WORD 97! | 21 Oct 2006 17:07 GMT | 1 |
Still using Word 97 unfortunately. Can somone assist me with some code which automates the whole process of creating a mail merge with from an existing document without calling the mailmerge helper?
|
| How do I change the Commandbar Font Style | 21 Oct 2006 17:07 GMT | 1 |
Is there a way to change the Font stlye of a commandButton control ? another related question is how do I create my own taks panes so I could add text with a prefeared fomart. I am develpping a Language tool addin for yoruba, which includes a spell
|