Microsoft Word is a commercial word processor designed by Microsoft.
0
votes
1answer
9 views
using wildcards word 2013
I try to find this kind of expression in my Word document :
@HELLO_WORLD@
I use this code :
word.Selection.Find.MatchWildcards = true;
word.Selection.Find.Text = @"<\@*\@>";
But I don't ...
0
votes
0answers
9 views
Hoe to read Inline Shapes(Microsoft equation 3.0) from doc fie as XML?
I'm doing a project on online based examination system. Currently the questions are primarily added in a 2007 Word Document file. And these questions contain complex mathematical equations? I want to ...
0
votes
1answer
28 views
Convert ms word document to svg in C# or C++
I want to view a MS Word document in web browser. So i need to convert it to svg format.
How to convert MS Word Document to SVG format using c# or c++ language?which open source library can support ...
0
votes
1answer
18 views
How to take control of a running Word application from another Word
I would like to grab a running word application and insert some text. The VBA/Macro code is run from another separate Microsoft application such as Word or Excel. Is this possible?
0
votes
0answers
10 views
Caption style in word [migrated]
I would like to add a table of figures in my documents ... I did this successfully
Now I want to make the caption that appear in the TOF shorter than the original captions
Some time I have 2 lines ...
1
vote
1answer
20 views
how to open a hidden but running instance of ms word
I have an app that opens MSWord via Interop
wrdApp = new Word.Application();
wrdApp.Visible = false;
So that while debugging, if I jsut kill the session, I'm left with a ...
0
votes
1answer
27 views
Open HTML files in microsot WORD without internet connection, How to exclude popup alerts?
I've write an automated application in VB6 (and also in VB.NET) that opens an HTML documents for printing.
My function works fine, without human interaction.
Now we have put application machine ...
0
votes
1answer
20 views
dynamic linking of word and excel
This is my first question and it would have been nice to include an image but it seems that I can't. I have seen some answers to my problem but they always seen to be in one direction. Excel->Word. ...
0
votes
1answer
38 views
How to determine type of the document (Word or Excel) by its content
I'm using Open XML Format SDK 2.0 to work with Word and Excel documents. I need a possibility to determine type of the document (Word or Excel) by its content, without creating the instances ...
0
votes
0answers
14 views
Print word docs via webservice and com
I have a webservice running on my local machine. The webservices creates a word document using Microsoft.Office.Interop and prints it:
wordApp.ActivePrinter = "\\\\somehost\\Canon iRC2380i";
...
-1
votes
0answers
15 views
How do I create cascading drop down lists in Microsoft Word 2010?
I am attempting to create cascading drop down lists in Microsoft Word 2010 however there doesn't appear to be an easy way or a way that is documented. All I have been able to find are ways to do it ...
0
votes
1answer
7 views
Can I control the handling of word files by the user in asp.net?
Today we have a classic asp application to manipulate the word files in the company. By using ActiveX, we can download, edit, print and finally upload the modifications without much interation.
...
0
votes
0answers
18 views
VBA: Compare Word table properties
I have a Word document containing a large number of tables. I have noticed that some tables handle borders a little bit differently when the table breaks across pages then other tables. I cannot find ...
0
votes
0answers
17 views
Copy Word Form Data to Clipboard
I am working with an electronic medical record (EMR) that is a very "dumb" program, having very few amenities. I want to create a Word Form to structure the way our clinicians document their care. ...
0
votes
1answer
25 views
How to get words from current visible page of ms word document?
I'm developing C# addin for MS Word. I can grab all words of current document - it's something like that:
app = (Word._Application )Application; // Application object comes on addin's connection
...
0
votes
1answer
14 views
VBA code to search for text and stop at next occurrence including footnotes, headers etc
I am trying to write some code that will search through all the stories including headers, footers, footnotes etc and then stop at each occurrence so the user can make a decision about it (it may or ...
0
votes
0answers
17 views
Word AddIn Insertion of image, clicking enter next to image duplicating the image
In the Word Add In, I am inserted an image which is inserting properly.The issue I am facing is If I click on enter next to the image insetertion it is duplicting the image. The code which I used is ...
0
votes
2answers
17 views
How do I insert a picture into the top of a page a word document without leaving blank spaces?
I am trying to insert pictures into a word document to be on the TOP of the inserted page.
If I choose "Top Center" or "Top Right/Left", the complete paragraph from the proceeding text jumps to be ...
0
votes
1answer
10 views
Bulk upload of Microsoft Word files to WordPress pages
I have been asked to upload 200 Microsoft Word documents — many of them containing lengthy, complex math problems or scientific notation — into a WordPress setting. Each Word file would become a ...
0
votes
2answers
22 views
zip code + 4 mail merge treated like an arithmetic expression
I'm trying to do a simple mail merge in Word 2010 but when I insert an excel field that's supposed to represent a zip code from Connecticut (ie. 06880) I am having 2 problems:
the leading zero gets ...
0
votes
1answer
19 views
How to replace <<A1>> to «A1» in microsoft word
In Microsoft word, I need to replace the word "<< A1 >>" to "«A1»". After the Find & Replace Process that word is look like "A1". I don't know why. I need «A1» to apply mail Merge concept. ...
-1
votes
0answers
41 views
Blank pages in MS Word document
Is there a way to detect blank page in a word document?
I create a new document where I add a table and output data from the database row by row with the table header repeated on each page. The ...
1
vote
1answer
42 views
How to display word 2007 document in web browser control using asp.net web application?
I am using VS -2010 for my asp.net web application.Now i want to display word 2007 document on browser.So, i decided to use webbrowser control for displaying word 2007 document.
But i did not find the ...
0
votes
0answers
14 views
table of contents formatting in MS Word [closed]
I have a Table of Contents in my MS Word document, and I am struggling to get the numbering right, as when the numbering of the sections goes into double digits, the indentation of the section titles ...
0
votes
1answer
25 views
C# programatically protect word document readonly at paragraph or range level
My tool will process more than 1000 docs. We had set Readonly at document level, which leads to severe performance issue.
_appObject = new Microsoft.Office.Interop.Word.Application();
...
0
votes
0answers
15 views
Word File not visible when i host my website on same server again
I have hosted web site on my server machine due to server maintenance and
i remove my website from IIS server then after server configuration .
I again put my website on inetpub folder root director ...
0
votes
1answer
18 views
Selecting text between two Word bookmarks
I'm trying to figure out how to programmatically (C#, Office 2010 project in Visual Studio) select text between two bookmarks excluding the bookmarks themselves. I have a feeling this should be easy ...
0
votes
1answer
13 views
Chinese: how to get back corrupted chinese characters? [closed]
I wrote a MS-word .doc text in 2003 with both latin and Chinese characters, by example such :
Qianziwen moderne (Xiandai Qianziwen 現代千字文).
I reopened it and now get:
Qianziwen moderne ...
-2
votes
0answers
14 views
Typewritten or drawing fonts in MS Word [closed]
What of standard fonts in MS Word are typewritten or drawing? Where their height is set?
0
votes
1answer
21 views
vb.net save in word2010
Platform: Windows and Microsoft Visual Basic 2010 Express
The problem: I have a Word template made in Word 2007. When the application is
run in a machine with Word 2010, the SaveAs-command doesn't ...
-2
votes
0answers
93 views
How to read Microsoft Word files into Delphi? [closed]
How can I read a .doc file (regardless of the MSWord version) into my desktop app in Delphi 2007?
I need to read a .doc or .docx file and show its contents in screen.
I know there is a library that ...
0
votes
2answers
30 views
Passing multiple values to a function
I'm trying to use a find and replace with win32com.client in Python to replace 2 strings in a word document. basiclaly my test document has 'First Name' & 'Last Name' and from that I'm creating a ...
0
votes
1answer
38 views
Mail Merge from Excel to Word Treating Multiple Rows as One Record
I am trying to create code to perform the following during an Excel to Word mail merge.
Have the following data:
ID EV DI SE PR
1 A D A 10
1 A D A 10
1 A E B 5
1 B D ...
0
votes
1answer
35 views
microsoft.office.interop.word dll (2007/2010)issues/ c#.net
issue: populating values for word document is not happening.object reference error in production server.
development server( working fine)
i am trying to populate the values for the word document ...
-1
votes
1answer
40 views
Does ActiveXObject('Word.Application') work in all browsers?
I am going to write a program for create and open Word Document in Client side. I choose Javascript for client side Coding. So I need to nnow whether ActiveXObject('Word.Application') is working in ...
1
vote
0answers
36 views
OpenXMl Bulleted List with mUltiple Bullet Charcter.?
My Expected out put is
● AA
► BBB
■ CCC
I have tried a lot and but gets the output like this
● AA
● BBB
● CCC
My code is
Document document1 = new Document();
...
0
votes
1answer
48 views
How do I get the paragraph number of the currently selected paragraph in Microsoft Word into an AppleScript variable?
This is intended as an extension of the original question, The number of the current paragraph? How can I get it?, which does a nice job answering the question for iWork Pages. ...
0
votes
1answer
23 views
Copy a docx to the end of another
I'm using Apache POI to work with docx documents using java. The principe is simple :
I have a base template to show datas (with text, titles and tables)
I have datas that will fill the template
I ...
0
votes
0answers
10 views
Extract only custom xml tags from Word document without scripts
There have been a lot of questions regarding extracting your custom XML tags from a Word document, but I didn't find a specific answer yet.
If you have a Word document with XML tags, you can view the ...
0
votes
1answer
21 views
How to remove a border from an inline shape
I am working in VBA on Word 2010.
I have some code to add borders to an inlineshape which is working ok, but I need to be able to remove the border and that doesn't seem to be working. I've ...
0
votes
0answers
23 views
Jacob + MS Word need some advice
It just reads the first result of search and replace it but can not search & replace all.
Source:
ActiveXComponent oWord = new ActiveXComponent("Word.Application");
...
1
vote
0answers
17 views
using win32com.client in python how to find and replace multiple text
I'm trying to add multiple string values to a Word document using find and replace with the win32com.client Python library.
I can find and replace one value, but I don't know how to do this for ...
0
votes
0answers
36 views
Pasting into a Word Bookmark without deleting the bookmark
I've got a Microsoft Word project in Visual Studio and have some code that opens a seperate document and copies the text into the clipboard, then I'm just trying to paste that text into a bookmark in ...
0
votes
0answers
30 views
Creating Comments On a Word Document(.doc) using Apache POI
I am trying to create word document(.doc) comments using Java. I went through Apache POI Library, but it was only supporting comments extraction.
Is there any way that I could create word document ...
-3
votes
0answers
17 views
How to edit and save microsoft word doc in ios [duplicate]
I am looking for any third party sdk or api which can read,edit and save microsoft office document file in ios.
Thanks
2
votes
1answer
32 views
Somehow indicate last line in Word VBA
I have a macro that I use to highlight lines of to do lists to see which step I am on. It's pretty simple. It unhighlights the current line and highlights the next line.
Sub ...
0
votes
0answers
6 views
How do I make Microsoft Word citations hyperlinks? [migrated]
So for cross references (to tables, figures, etc) Word will make the reference link to the spot in the document that contains the caption like you expect but it seems for citations it doesn't do this. ...
0
votes
1answer
109 views
How do I get started with PyWin32 [closed]
I am looking for good resources to get started with pywin32. I haven’t found much in the way of tutorials, books or blogs that talk about it. I’d like to be able to use python to automate some of my ...
0
votes
0answers
26 views
MS Word macro to find text and format
I've recorded a macro in Word 2007 that finds a word, moves the cursor two lines up, inserts three '*', then highlights the line. It works fine, but only on the first instance of the found word. Im ...
2
votes
0answers
24 views
Bookmarks Inconsistencies
I have tried to figure this out now for about 30 minutes to no avail.
I got this code:
class BookMarkTest
{
Application word;
Document doc;
public BookMarkTest()
{
word = ...








