Laying out a docx and Font Sizes
Sorry to cross-post, I think that this forum is more suitable than the one I posted here, I didn't realize that it was for Microsoft Office 2013....
View ArticleJustification alignment differ between Word 2010 and 2013 version.
I have manually tried to find out the calculations behind present in the Word 2013 Justification alignment and found some behaviors. Microsoft Word 2013 adjust some extra word by compressing the...
View Articlec#, word addin, programmary disable autosave/autorecover.
Hello,I making word addin in c# (visual studio 2013).How i can programmary disable autosave and autorecovery in word addin?Please give me example for an application-level add-in.Regards,Daro
View ArticleFind Word Styles and add comment for each
Hi,I have to create a macro to find all styles except 'Normal' and 'Normal (Web)'. And then I've to mark all other styles as MS Word comment (Ex: Style Used).I've tried the following to select all...
View ArticleExport to WORD and PDF in ASP.net MVC application
Hi All,We are developing ASP.net MVC application. we came across export to word and pdf requirement.We are maintaining the word documents in application. based on the user inputs few sections of the...
View ArticleHow to find updatable date and time format in MS Word
Hi,I've a large document with formatted dates and times ('Insert' Tab>> Date & Time). Is there any method to search each Date & Time and then add Word comment for each?Thanks..
View ArticleFind Footnotes and end notes and add comment
Hi,I've to find all footnotes and endnotes in the entire document and given MS word comment for each. Please see below image for more clarity.I was tried the following code to find my goal. But...
View ArticleHow to find landscape pages in MS Word
Hi,Is there any word option or macro to find landscape Pages?Thanks..
View ArticleHow to find Text Boxes and add comments to each text box in the entire document.
Hi,Is there any method or macro to find text boxes (Including blank text boxes) and add MS Word comment to each text boxes in the entire document.Any input would be much appreciated..
View ArticleFind different character spacing by MS Word macro
Hi,I've tried the following macro to identify character spacing (Ex: Expanded/Condensed) in character wise.Sub Demo() Dim oPar As Paragraph Dim oRng As Word.Range Const Message1 As String =...
View ArticleRun choosed macros by using user forum in MS Word
Hi,I've few macros to run by using user form. But I've n't clear idea about how do I do that. Please see below my example to identify what actually I need to do.Ex:I've 04 macros.Main Macros Macro A,...
View ArticleHow to reviewing comments from the specific user initials in MS Word?
Hi,Is there any option to reviewing comments from the specific user initials? (Not User Name).
View ArticleProblems with round-tripping linked images in HTML inserted by add-in between...
I'm developing an add-in for Word 2016 and online Word. In it, on the desktop version of Word, if I insert html content using document.setSelectedDataAsync with an image tag and URL to an image on...
View ArticleInserting Building Block/Quick Text Via DropDown Selection in Word Template
Hello,I am developing a word template with the purpose or reporting on 20+ projects. Instead of creating a template for each project, I desire to create one universal template that utilizes VBA...
View ArticleAdd a Word Ribbon Button DropDown for Open a Window PopUp C#
I need to have a word add-in ribbon button dialog popup like below inbuilt popup for color changes. How can I achieve this? Do I need to have a SplitButton control? But adding dynamic items into the...
View ArticleWord doesn't quit if you call Document.ActiveWindow in the DocumentOpen event
Hello,CODE. Consider a Word add-in having this code:private void ThisAddIn_Startup(object sender, System.EventArgs e) { this.Application.DocumentOpen += Application_DocumentOpen; } private void...
View ArticleWord 2016 Conditional Content Control Dropdown List
Hello,I'm trying to create a dropdown menu showing <g class="gr_ gr_76 gr-alert gr_spell gr_run_anim ContextualSpelling multiReplace" data-gr-id="76" id="76">programmes</g>/activities for a...
View ArticleReplace Table Cell RGB Color by Using Word VBA Forum
Hi,I've a macro to replace table cell shading RGB values to another RGB value. Please see below code:Sub ChangeTableCellColors() Dim myRange As Range For Each myTable In ActiveDocument.Tables Set...
View ArticleFind same as previous disabled headers and footers
Hi,I've to create a macro to find 'same as previous' disabled pages and then add MS Word comment to each pages.Is it possible to do that in Word?Any inputs would be much appreciated..
View ArticleBackstage view and read only mode in word 2013
Hi,We have template that is modified using custom UI editor for word 2010 and earlier version. In this template for backstage view under file tab we don't show any options and disable everything. When...
View Article