
disable all shortcut key in VBA - social.msdn.microsoft.com
Jan 24, 2011 · What you have to do is no different whether you make a VBA macro or use another programming language... The only thing you could do that would be different would be to …
Batch removing of rich text content controls and it's content
Nov 28, 2013 · The amount of tags in the file (I guess) cannot create this problem, because the macro works superb if I change the tag name to something not used in the document.
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.
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 …
How to modify MS Word Macro to go through entire document?
Dec 8, 2005 · Help! I am very new to VB authoring for MS Word macros and I created the following VB code/MS Word Macro to remove every line in a document that begins with "Note: #." How can I …
Intégrer une image à un modèle Word - social.msdn.microsoft.com
Mar 5, 2010 · Existe-t-il un moyen d'intégrer l'image à mon modèle ? Quelle modification dans le code de la macro ? ( cela m'éviterait sans doute de copier également l'image et de modifier à chaque fois …
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' …
Cursor is jumping when using shape.Delete …
Jun 1, 2016 · When i delete the shape using shape.Delete () the cursor jumps to the end of the page.
how to assign a macro to an excel cell (click)
Dec 1, 2009 · Basically, you don't have to create a public sub for this to be used as a macro. if you want to take it out of the macro list so the user doesn't run it whenever they feel like it. if that matters.
RPC Server problem when user closes Word - social.msdn.microsoft.com
Aug 12, 2014 · I'm writing a simple Word automation routine in Delphi XE3 which, in it's most basic state, opens a document, prints it, closes it. This works perfectly on Win 7/XP, providing that Word …