OLE Automation Word 2013
We have implemented an Office solution for a large industrial customer in German engineering.<o:p></o:p>In this solution oleAutomation is used to generate Word...
View ArticleCreate a table out of a nested list
I am trying to create a word table to represent a nested list. '''**Pseudocode/Python/C#'''the_list = [FT1,[ST1,[TT1, TT2, TT3], ST2,[TT1]], FT2,[ST1]]iter_list(the_list)def iter_list(the_list):...
View ArticlePaste options not working in Word 2007
Hi,I am not getting the "paste options" while pasting text form other files. We have enabled "Show Paste option" from Word option but no Luck.Please Assist.ThanksNithin Nithin
View ArticleBookmarks or hyperlinks for navigating a long Word (2007) doc?
I have a word (2007) document with a table of contents and a body of text. I want to be able to jump to different sections of the doc from the table of contents. I am thinking hyperlnks. How do I set...
View ArticleDocument Information Panel properties to show / hide text ranges in a Word...
I'm using a SharePoint content type that opens a Microsoft Word document with the New Document command. The Document Information Panel (DIP) shows with its associated content type fields. I've...
View Articlemailmerge strange behavior saving documents
Hello,since we changed from Windows XP to Windows 7 64 bit strange behavior occured in the following mailmerge:step 1 runs the mailmerge to the printerstep 2 runs the mailmerge to save each document...
View ArticleTurn off Document Information Panel (DIP) when a document is created from a...
I want to immediately turn off the Document Information Panel (DIP) when I create a new document that is based on a template in a document library (no content type).The following property is used to...
View ArticleIs This the Best Forum For Writing Document-Level Add-Ins in VS 2010, 2012?
The title for my question says it all. Is this the best forum to which one should refer when creating Document-Level Add-Ins in VS 2010, 2012? Or is there another that might be better suited to the...
View ArticleExporting documents as PDF and DOCX
Hi,We have this document .docx and we want it to be exported as .pdf and .docx(but with another name) but, in adition, we want the original one to be continue as active and the exported files to be...
View ArticleAutoexecute query when printing
HiI've created a word document for adress labels where the data comes from the databank. Normally when you open the document a window prompts the user for execution of the query. I would like to have...
View ArticleExtracting Tables AND Images from word Document
I know how to code VBA to simply loop through all Tables or loop through all inline shapes in a document separately but how would I go through a document and extract all Tables AND Images in order as...
View ArticleHow to find and replace text in a table cell in word document
Hellow,What I want to do: I need to find the text Orange, Grapes & Guava in column 2 and update the text in corresponding cell in column 3 for the same row as “Like”. Col 2Col...
View ArticleMacro For Formating Pictures - add box frame, caption (Figure 1:)
I had a macro in 2003 to do the above and resize but we recently upgraded to office 2010. I had previously recorded it, which I can't do with word 2010. Very frustrating. I have no experience with...
View ArticleApply VBA code to 1 table in Word document
Hello,I found some code on a website (Greg Maxey) that inserts a new row into a table with all the controls of the previous row in it. I have a form in Word that contains multiple tables and was...
View ArticleWrong dmCopies member value when triyng to get print job info from DEVMODE...
We are developing program that monitors print jobs in the Windows system. Notification about print job are received by FindFirstPrinterChangeNotification and FindNextPrinterChangeNotification...
View ArticleHow do I create a new word document and add a block of text stored in a...
Hi,I have some code that has a range of text stored in a variable called originalText. How do I create a new document and put the contents of originalText in it? Also, the text inside orginalText keeps...
View Articleinvisible image in header section
Hallo,i have a word 2010 template with invisible Images in the Header section and i can't make them visible to delete them.Inside the XML-structure of the template are 2 images files in the word/media...
View ArticleC#, word addin, programmary put tabulators to document
Hi, I try to create addin to word application. How i can put programmary put some tabulators to document? Like on the screen: https://dl.dropboxusercontent.com/u/11254269/screen_word.jpg (Tab stop...
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 Articlec#, word addin, copy content control
Hiho, I try to create word addin. I put some content control in word document. If i try to copy&put content_control, how can capture id of new content_control? Entering,Exiting event on...
View Article