First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
scroll window to a range
Hi, I need to scroll the windowpane where I'm working positioning the to left corner of the line where a given range begins at it top left corner. Aditionally, I would need to verify if the bottom of the last line in the same range is visible in the screen, and if not, to zoom the window pane until the whol... 17 May 2010 08:02
This action cannot be completed
The code is bigger than what could be included here. It is developed in multiple classes using MFC. But I summarized it below: Documents docs = m_wordApplication.GetDocuments(); m_document = docs.Open(COleVariant(filePathCStr), COleVariant((short)FALSE), COleVariant((short) FALSE), COleVariant((short)FALSE... 16 May 2010 05:58
Word: Displaying warning messages when certain numbers are typed?
Many thanks for the tips. I'll play around with this and choose something that plays well with the clinic staff. -- hessyhess ------------------------------------------------------------------------ hessyhess's Profile: http://www.thecodecage.com/forumz/member.php?u=1868 View this thread: http://www.thecode... 15 May 2010 13:44
disabling check spelling and grammar
Hi, I would like to set the Word application not to check spelling and grammar while my program update a file automatically. How can I achieve this goal? Thanks ... 15 May 2010 02:58
disabling check spelling and grammar
Hi, I would like to set the Word application not to check spelling and grammar while my program update a file automatically. How can I achieve this goal? Thanks ... 15 May 2010 02:58
disabling check spelling and grammar
Hi, I would like to set the Word application not to check spelling and grammar while my program update a file automatically. How can I achieve this goal? Thanks ... 15 May 2010 04:02
passive sentences is always zero
When we execute the macro about getting the ReadabilityStatistics of the word, the Passive sentences is always 0. Please help me to solve the problem. OS:Windows 2003 (Chinese RPC) office 2007. Sub ReadabilityStatistics() 'Display the Readability Statistics without performing a Spell Check MsgBox "Counts" & vbC... 18 May 2010 13:41
This action cannot be completed
Hi, I have created an automation program which opens a word file through MS Word Object Model and creates a new file using the opened file. When I use it with large files, it intensively makes calls to Word Object Model Methods and after doing part of the job a dialog will appear which informs “This action can... 15 May 2010 04:02
Modify macro to extract acronyms
X-No-Archive: Yes I frequently use the macro to extract acronyms into another document posted in http://www.thedoctools.com/index.php?show=mt_acronyms_extract. Is there a way to put the paragraph number in the third column instead of the page number? .Cell(n + 1, 1).Range.Text = strAcronym ... 17 May 2010 20:14
Macro for DocumentStatistics: Contents of MsgBox in a new document
Dear Experts: I would like to paste the contents of the MsgBox into a new Document with the following heading: The document statistics for the current document <document name on which the macro was run> is as follows: (This heading should be wdStyleNormal and bold formatted). Each statisical data should be ... 16 May 2010 05:58
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20