write in new word page in an existant document
hi,can any one help me to add and write in a new page in an existant document word with c#,my program now write just after the last line of the document,i wont that it will create a new page after and...
View ArticleHow to find the detected language from Word File?
In application I can see there is an option for detectlanguage in word interop.document.DetectLanguage(); var res = document.LanguageDetected;while debugging the code from the watch window i...
View ArticleHow to register xceedzip.dll file on x64 bit machine?
Hello,I am developing a word addins and use XceedZip.dll file in my project. My project's target platform is x64 bit and also use Microsoft Office 2013 64 bit. I had try many xceedzip.dll files for...
View Articledelete Inline Image and its Title completely
i have inserted a picture with the code:Object oMissed =WordTemplate.Application.Selection.Range;Object oLinkToFile =false;Object oSaveWithDocument...
View ArticleWord 2010 VBA: insert page X of Y inbetween a header's text
Hello everybody,I did a very expensive research in this forum and online but I cannot find a way to insert page X of Y in the header of a document inbetween text.So far I managed to do the following...
View Articledelete Picture and its Caption in word with c#
i have got a image and Caption inserted, with the code below:WordTemplate.InlineShapes.AddPicture(FileName, ref LinkToFile, ref oSaveWithDocument, ref Missed);...
View ArticleUpper Line for a character
Hi,MS-Word does provide the underline feature. In the similar way, is there a possibility to insert single vertical stroke as well as double vertical stoke on the top f each character as mentioned...
View ArticleRelational Data onto Mail Merge
Is there a merge relational data onto one document via mail merge? Currently it replicates the document for each row of data, but I'm trying to bring over multiple rows of distinct data for each...
View ArticleSelection highlighting disappears from a RFT Control Content
I'm struggling to find the problem in my code that causes the selection highlighting to dissapear just after a piece of code is executed. The selection moves correctly but I can't see it, neither the...
View ArticleWord 2013 Macro to insert a page break after every other text "Date"
Good morning,I am trying to write a macro to insert a page break after every other word it sees called "Date" Each section has 2 texts "Date" and i need the macro to insert after the 1st time it...
View ArticleHow to create an automatic master template based on subdocuments with...
Goodmorning,I am trying to find out how to create a word template from separate subdocuments, automatically.There are three stages to fill in to get an approval. The first stage contains three text...
View ArticleWhy toggle operand values(font styles) are changed in DOC and DOCX format ?
Hi All,I have a Word document(*.doc) with Character styles as well as Paragraph styles. I have applied the character style for the particular run element and its owner paragraph contains paragraph...
View ArticleDelete macro from word document
I have 1000 office documents with Macro. How can I delete all macro from office document using script.Please remember to mark the replies as answers or vote as helpful if they help.
View ArticleTouching Header range with VBA forces a page break
I have a script to modify a field in a document header:Code:WordDoc.ActiveWindow.View.Type = wdPrintView WordDoc.ActiveWindow.ActivePane.View.SeekView = 9...
View Articlehow to reduce RTF file size that contains images
hello experts,I am working with an office add-in in C# in VS2008 and need to save a word document in RTF format on the hard drive.This document in so many cases contains images that are mostly pasted...
View ArticleUser defined Bibliography types possible?
1. In a word document there are 3 types of automatic bibliographies with labels as Works cited, References and Bibliography are available. Is it possible for an end user to add a new bibliography with...
View ArticleUser defined Bibliography types possible?
1. In a word document there are 3 types of automatic bibliographies with labels as Works cited, References and Bibliography are available. Is it possible for an end user to add a new bibliography...
View ArticleMeasurement of image size while inserting Picture bullet in Microsoft Word...
Hi Everyone,Its pleasure to be asking question again here.While working with Microsoft Word application, i had doubt on how to insert picture as bullet in Numbering/Bullet of Word. I was tried to...
View ArticleRun-time error '4160' Bad file name on opening hyperlink
I'm trying to open a word template from my Personal add-in. In this add-in I've listed an hyperlink with the address below. The macro works fine if I have the Personal.dotm (with UI) open as a...
View ArticleTriggering Apps for office taskpane addin from VSTO
Hi,Is it possible to trigger the apps for office addin from VSTO ribbon menu?Antony
View Article