Word 2013 CRASHES on Range.find.Execute
Word 2013 crashes if you invoke range.find.execute with tables having merges cells.Create a 3x3 table in word document and merge last 2 cells of 3rd column i.e cells C(row=2, col=3) & C(row=3,...
View Articlehow can I embed Word editor in a .aspx page?
This question is about asp.net Web App.Our clientele tendedto edit a word document in the Web page such as creating a new document,writing words,inserting tables and inserting chart and so on....
View ArticleCOM Add-In won't run under Word 2007 on Windows 7
We have several customers who use a Word COM Add-In of ours.The Add-In has worked fine in the past, but now refuses to start. It shows un-checked on the "COM Add-Ins" dialog accessed from Word...
View ArticleIssue converting from RTF to docx and doc.
Hi I am converting the RTF file to docx and doc by using SaveAs.But for some files we are getting COM Exception :System.Runtime.InteropServices.COMException (0x800A1554): A file error has occurred....
View ArticleGetting a Compile error in hidden module after upgrade to Windows 7
We have had a system in place for ten years where we have a file share that's storing Word templates. A central repository holds submitted documents from users which have been created from the...
View ArticleValue does not fall within the expected range. Microsoft.Office.Interop.Word
Hi, I have already asked this question on MSDN here, but didn't find any solution! starting new thread! I am having following exception in my project having Microsoft Interops, Com Ad in for Office,...
View ArticleRestricted Editing inside Rich Text content control in Word allows only a...
we have a rich text content control that allows only a single character to be entered, prior to the KB listed above, the content control could handle more content. Office 2010 Service Pack 1This is...
View ArticleHow to add header with text aligned both in the left and right margin, on the...
Hi, i have been trying to find information on how to add a header in Ms Word programmatically with the text aligned both in the left and right side of the document.The application I´m developing is...
View ArticleSaving Word document
I would like to save a Word document according to the Word installed version; In case it is Word 2003 (appropriate version number is 11), with DOC extension. In case the Word version is higer than...
View ArticleTable Row Height
I have a Word Document of tables that I've created programmatically (using Interop). The default is I'm not specifying a row height. However, when I copy and paste these tables into Microsoft Publisher...
View ArticleDetecting if any change was made in a bookmark Range
Hi,I would like to detect if any change has been made inside a bookmark range.I have tried comparing the WordOpenXML against each other, however there's always small changes to the rsid values...
View Articlehow can I operate Charts in word ?
At first I created a Word document like that :Then I use the Microsoft.Office.Interop.Word API to change the data of the Charts dynamicaly like that:......Microsoft.Office.Interop.Word.Chart sh =...
View ArticleC# Updating Fields not working,
Hi, i'm using C# and Word 2007. I have a document (58 Pages) and a custom table of content (table with 3 columns, last column always has PageRef to Bookmark).At the dot line (see below) i...
View ArticleThe remote procedure call failed. (Exception from HRESULT: 0x800706BE) while...
Hi, I am getting the The remote procedure call failed. (Exception from HRESULT: 0x800706BE) while trying to use WORD 2010 in VB.NET. The functionality we are trying to achieve is creating a single...
View ArticleHow to reference SharePoint Workflow task in MS Word 2010?
Hello,Here is my challenge: There is a workflow that is running in Sharepoint 2010 and associated with Word 2010 document. Once the document is opened the user can click on the button within Word "Open...
View ArticleUse Visual Studio 2010 Express (VB) application to spell check a list of...
Hi,I have a list of words which I need to spell check - firstly against an English dictionary and then the ones that fail this check against a French dictionary.I am using Word 2007 to do the English...
View Article$whatisthis$
In a Microsoft Word 2010 document I am working with there are these tag looking items with dollar sign in front and back.When selecting them there isn't any context information so I have no idea what...
View ArticleWord VBA to search and replace using wildcards
I would like to have a routine that will search (within "StartRange") for paragraph mark, any number, period, space, any capital letter and then replace that with paragraph mark, the original number,...
View ArticleLoop/ repeat a macro through whole document
Greetings,I got a little side project of sorting through some really long Word documents (doing it manually is not an option) and then mining the relevant data and moving it in an organized way into a...
View ArticleHow can i find the Repeating section content controls from word document
I am using vb.net and office 2013.I am writing logic to show the data in word template.Please find that : Word Template.In below of CARRIER INFORMATIONsection (find in word template) ...i have to...
View Article