ms-word
MS Word Macros 2003 - 2007
I work in a remote region with limited resources and technical expertise as a Project Manager and a new project I just got handed was the testing of MS Word 2003 macros on a MS Word 2007 platform. The[详细]
2023-04-08 03:06 分类:问答Open a word document and save it to another folder with vbscript
I have working code that opens up a word document programmatically using vbscript, makes a change, then saves that same document and closes that same document.[详细]
2023-04-07 21:10 分类:问答Any tool to help writing programing article with MS Office Word
All! When I use MS office 2010 Word to write an article about Java, I always开发者_开发技巧 need to embed some Java code into the document. I wonder whether there is such a plugin for Word, or another[详细]
2023-04-07 16:12 分类:问答Open a Read Only file as non read only and save/overwrite
I have a number of word documents I am converting. Everything is going great until I get a file that is read only. In this case I get a Save As prompt.[详细]
2023-04-07 01:17 分类:问答Extract MS Word document chapters to SQL database records?
I have a 300+ page word document containing hundreds of \"chapters\" (as defined by heading formats) and currently indexed by word. Each chapter contains a medium amount of text (typically less than a[详细]
2023-04-06 23:20 分类:问答Clone variable in Word VBA
Given the range with revisions in it, I need to reconstruct the original text and the modified text. The first solution was to:[详细]
2023-04-06 22:52 分类:问答ClickOnce Single vs Multiple Solutions Deployment
I\'v开发者_开发知识库e been trying to create deployment for a VSTO Word solution. I have two projects: an add-in and a template. I opt for ClickOnce as auto-updates will be implemented later on.[详细]
2023-04-06 21:51 分类:问答How to duplicate .doc page
I have a microsoft word document with single page. I need to make more pages is that document that is the sam开发者_运维百科e as first page.If you add a reference to Microsoft Word, you can use Micros[详细]
2023-04-06 16:50 分类:问答How to add a "Page x of y" footer to Word2007 doc as I am generating it using C#
I looked here and here and here I tried this: private void AddFooters() { foreach (Word.Section wordSection in this.WordDoc.Sections)[详细]
2023-04-06 16:49 分类:问答Change blank fields in .doc file. WPF
I have a .doc document. In this document i have some blanks for data. For example: \"car_id\" is the best car in \"car_country\".[详细]
2023-04-06 16:17 分类:问答