About 6,500 results
Open links in new tab
  1. How to get all words in Word Documents - social.msdn.microsoft.com

    Jan 22, 2011 · For example the first word in paragraph 2 will have a index of 1, But I would like to get it with respect to the whole document which will an Index greater than 1.

  2. C# - Calculating page count in Microsoft Word - Bug?

    Sep 25, 2014 · This is a C# Add-In to Microsoft Word 2010 using MS Visual Studio 2010 and the Interop.Word if version v2.0.50727. I cannot use a Macro - it must be done with managed code.

  3. unable call javascript from vba in IE11

    Jan 6, 2015 · I am unable call javascript from Word macro (VBA) in IE 11. IeObject.Paraentwindow.excescript showing access Denied. Then I try

  4. FormField Entry/Exit macro not firing when user using mouse to click ...

    May 23, 2012 · When having a locked Word document with several FormFields having entry/exit macros the macros are always triggered when user use keyboard to navigate. When user use the mouse to …

  5. Lines Per Page - social.msdn.microsoft.com

    Oct 8, 2008 · It returns or sets the number of lines per page in the document grid. You can make your document appears in grid view, and perform following Macro, you will find the linePage is lines' …

  6. Using the numpages pages field in VBA

    Jan 8, 2013 · What are the VBA objects/collection that control and can manipulate the numpages and pages fields. Also if I want to create a simple user form or code that allows the user depending on …

  7. Creating a custom Tab using the Ribbon Designer

    May 5, 2011 · Most of these code snippets show examples that work with Excel Add-in projects. If you get stuck on how to accomplish something that seems to you like it should be dead simple, just …

  8. Converting numbers to words macro ... - social.msdn.microsoft.com

    Jun 16, 2015 · Question 0 Sign in to vote Hello, I would like to know if anyone has created a macro that converts numbers to words as follows: From: To: 123 One Hundredth and Twenty-Third BTW, I tried …

  9. How to automate inserting pictures one after the other in MS Word ...

    Mar 10, 2015 · Iam capturing the screenshots of my application UI. Iam trying to paste these screenshots one after the other in MS word document using C# (Automation), but the problem is all …

  10. Word Marshal.ReleaseComObject - social.msdn.microsoft.com

    Feb 14, 2007 · I think you have answered my quesiton. Just to make sure does my code below in finally is the best way to clean up word objects? WordApp = New Word.Application WordDoc = New …