Getting the browser I want, which is Google Chrome.
Please let me know how to get Google Chrome as my browser. I can't find it. I don't know computer's all that well. I need help getting my browser to Google Chrome
View ArticleVBA or C# to find and replace specific formatting outside the Math equations...
Following Macro1 correctly replaces two instances of "a" (outside Math equation) with "b" in the following line in my Word document.This isa test with a new line.But when I try to replace the italic...
View ArticleMicrosoft Word version 2007
Windows 7 Home with MS Office 2007 installed. The issue is specific to WORD. If we open the WORD application and then navigate to a file, the file opens OK. If on the other hand, we navigate to a...
View ArticleHow do I make the Word window active?
Hi all;We have a common operation in our AddIn where Word is active, the user clicks a button in our AddIn and we end it with:Range.Select();...
View ArticleNot writing to log file with Log4Net for Word add-in when solution built, but...
I am trying to use Log4Net in my Word add-in for logging and it is working when I run the solution in debug mode from Visual Studio. However, when I build the project to a .exe and run the add-in in...
View ArticlePrinting RTF documents in WINWord 2016
For many years I have been able to generate an RTF document in my application, open it with Word and print it. With the latest version of WINWord 2016 the Print Preview and Print functions are...
View ArticleExtracting image from Word 2007 document the Image is clipped (ie the edges...
I have an issue when extracting images embedded into a word document (Word 2007 format).I extract the image as an ‘InlineShape’ then copy into the clipboard. I then get the image using clipboards...
View ArticleRange.InsertXML, Tables, and paragraph indentation
HiI'm working on a project that involves dynamic generation of a Word 2010 (xlsx) document. It is based on a template we've created containing content controls into which text is being inserted from...
View ArticleLandscape Page Macro - Header and Footer Link Problem
HiI am using Word 2007 to write a macro which will automate inserting an A4 landscape page between two A4 portrait pages.I have recorded the macro which achieves the outcome i require, however when i...
View ArticleSelect a word PROPERLY using a Range
How do I properly select the word where the cursor is? Currently I'm doing this:rng.MoveStart(Word.WdUnits.wdCharacter, 1) ' Move start point one step right to make sure we are inside the word, even if...
View ArticleUnexpected behavior of Word track changes
Hello allI am using word 2007/2010 document, in that i have keep track changes ON and then add some document properties in it.and then click on ''accept and move next" surprisingly my added document...
View Articlehow to store a value with font details and write it into a new document?
I want to store values into variable with font details and write that values into a new document.I don't know how to give font details for the strings. sub textvalue() dim redtext dim...
View ArticleHow to create Static Controls at runtime with VSTO?
I already have a working project creating Dynamic Controls at runtime with VSTO but when there is a lot of Controls it takes a very long time to load the Document so I am looking for a way to create...
View ArticleGet selected save path from recent folders
In Word 2013 I am hooked on event DocumentBeforeSave. When user wants to save document, backstage view is displayed with possible locations and also recent folders. After user selected one of recent...
View ArticleGet selected save path from recent folders in background view
In Word 2013 I am hooked on event DocumentBeforeSave. When user wants to save document, backstage view is displayed with possible locations and also recent folders. After user selected one of recent...
View ArticleRegarding RMS protection of office files
H,We are using RMS protection to protect our office word files. And in our project there is a requirement where in we need to block upload of rms protected files. Is there any way where in i can check...
View ArticleInserted custom properties get removed after accept all revision
Dear allI have a document in which when I accept all revision in document my added custom properties get flushed off (but actually I have not delete them)I have tried to repair that DOCX document but...
View ArticleOnline Word File Editor with Letterhead
HI,I am currently using HTML editor in my web site for editing ms word document. There is a conversion process for word to html and then html to word, But problem is that, After html to word conversion...
View ArticleThe repurposed ReviewTrackChanges command is also called on activating the...
Hello,For the Word Addin we are developing in VSTO C# we repurposed the Word ReviewTrackChanges ToggleButton command. Next to firing on toggling the Track Changes button, it also fires on activating...
View ArticleCopyStylesFromTemplate Method Problem in Word 2013
Hi,I am using CopyStylesFromTemplate to update the styles in a new document that was created from the template.If I use the following when I start running the macros, when I open the document I see...
View Article