Tabbing order in checkbox content controls in Word 2013 and 2010
I added a series of checkbox content controls to a Word2013 document, NOT a dialog box. When I click one of the checkboxes, the focus shifts to the SECOND checkbox in the series, NOT the NEXT...
View ArticleMs Word 2010 Mail merge can't auto update
i got a problem with the mail merge in ms word 2010Recently, i creating a word file for mail merge which the data source is also a word file. Both file are located on the network drive, Mail merge...
View ArticleHow to save the file affter appending the documnet using in vb.net
I have used below code to append TWO word Documents (which has custom xml nodes) Dim wordApp As New Word.Application Dim wordDoc As New Word.Document Dim doc As Word.Document =...
View ArticleProblem in Microsoft office word ( Arabic edition )
Please, I have a note of all versions of Microsoft office (word).I shall describeitvery brieflyWhen we usedUnderline (trl+U) in Arabic language, the meanings of some words will be change. In...
View ArticleMissing docuemnt field after migrating to Office 2013
Dear all,We was previously using office 2010 for generating our word documents. Now we have move to office2013.ON one of our user PC's when we select a previous generated from from file explorer it is...
View Articlehover text
I have inserted a bookmark and hyperlink into my ms Word 2013 document. My problem is when I click on ScreenTip to insert hover text, I am limited to inserting 256 text characters. Is there anyway to...
View ArticleMacro much slower when mouse cursor is in document
We have a word macro that executes 6 times slower when the cursor (I-beam) is in the Word document. Has anyone experienced this?
View Articlehow can i keep the the schema reference into word after appending the word...
hi,I am using ms office 2013. I have a situation where i need to append the word document to other document that is fine. i did..But i am losing the schema reference.May be reason is saving the doc...
View ArticleUsing VBA macro, how to click or select a particular page in a word document...
Hi,To select a specific page in a word document using VBA script, what is the code snippet. I tried with the below line to get count of pages. To add or edit on particular page ex: 5th page, i did not...
View ArticleVBA
Hi,I want to select a specific page in a word document and then store the content of that page in a string variable using vba.Please help me!!ThanksJohn P
View ArticleWord VBA
I have created a checklist in Word using Option Buttons. The checklist has 2 sections - the 1st to be completed by the user and the 2nd to be completed by the authorizer. When the 'user' completes and...
View ArticleMacros
Between 2 offices, we are running Office 2007 and 2010. In Outlook, we send 2 distinct emails to new clients over and over and instead of cutting and pasting over and over, I wanted to make a Macro...
View Articlehow can i update charts' data in word document by using OpenXML
There was 18 charts In my word document . I can get the charts by code like this:private MainDocumentPart mainDocPart;......ChartPart c_p = mainDocPart.ChartParts.FirstOrDefault();Then I can update the...
View Articlehow can i add the schecama refernce through vb.net
Hi allI have a situation where i need to add schema reference(Custom XML Node file ) to word document( Ms office 2013).Let me know how can i do this through the Vb.Net.Thanks,Kavitha
View ArticleRepeat Table Header Row not working in 2013 with large images
Hi,I see 'Repeat Table Header Row' behavior different in Word 2013 as against Word 2010.1.Insert a new word table say 10x10. Now select 1st row-> Table Properties 2.Check 'Repeat as Header Row at...
View ArticleVBA Automation
I want to compare two word documents using vba.I have written some piece of code.It is comparing two document successfully and notifying the user whether the pages are matching or not.But I want that...
View ArticleOpen PDF Files using vba automation
I want to copy the entire content of a pdf document into a word document using vba.I have written some lines of code.It is working but it can't copy the table format present in a pdf file,it is only...
View Articlehow can i loop the Repeating Section Content Controls using vb.net
I have a Repeating Section Content control.Like in the image : In first line i have placed Repeater control.Currently it has 4 xml nodes inside.i need to Print the data based on xml nodes and as well...
View Articlerange.moveend is not working
When I call it the Range.End does not change. It appears that End is readonly. I have also tried bookmark.End ++.So I tried duplicating the range and calling MoveEnd() That works on the duplicate,...
View ArticleMs Office Word Add-in : Insert Images in Shape single tiled and set...
Have a Good Day !i want to insert image without tiles in shape and also set image TextureVerticalScale and TextureoffsetX properties..i have create word add-in to insert image in office word document...
View Article