Microsoft Word is a commercial word processor designed by Microsoft.

learn more… | top users | synonyms (2)

0
votes
0answers
16 views

File in Use box appears in background

I have a general question, not sure if there is anything that can be done with this as I am new to visual studio/c#. I have a program with a form that opens a microsoft word document, but if someone ...
1
vote
0answers
9 views

Find paragraphs by style in word 2010 using interop

Could someone point me in the right direction, or show me how to find paragraphs by their style name using word interop in c#.net.
2
votes
0answers
24 views

Counting pages in a Word document

I'm trying to count pages from a word document with java. This is my actual code, i'm using the Apache POI libraries String path1 = "E:/iugkh"; File f = new File(path1); File[] files = ...
1
vote
1answer
19 views

Data in EXCEL, PDF, WORD (Data will be text, tables, images) to XML

Is there any free tool to convert data in EXCEL sheets, PDF files and WORD files (Data will be text,tables,images) to XML? I had searched but mostly getting the opposite thing (Converting from XML to ...
0
votes
0answers
17 views

Not able to print more than 1 page of word document on windows 7 pc

We a have VB.Net application (desktop) which is prints Word documents (docx format) using OpenXML. This functionality works fine on Windows XP but on Windows 7 PCs it only prints one page then Word ...
1
vote
0answers
17 views

Create a user control that will display all the pages of current word addin document

I have created a Word addin in c#.net. That is working fine, now I have a requirement that I need to give a full document navigation/preview (just like power point display of slides). When I have ...
0
votes
0answers
11 views

CommandBarPopup CommandBar and Controls properties throw error with templates

I'm working on an Office Add-in (written in VB6). I'm adding controls to the command bar, which works fine when MS Word (2010) is opening a .doc or .docx which uses the default template. I'm running ...
0
votes
1answer
13 views

Dock TaskPanes right using VBA for Word 07?

I have little experience in VBA, and am trying to make some minor adjustments to Word's default load settings. When a user creates a document, I need the Styles Formatting Pane to open (I got this ...
0
votes
1answer
33 views

is it possible to create table in word using python and writing results into it?

First of all thanks stackoverflow users. I got to know how i can write result into a file. with open('Output\\Result.doc', 'a') as fout: result = str(args[0]) + " : Fail" ...
-1
votes
0answers
17 views

How to stop MS office 2010 opens hundreds of new sheets? [closed]

I have a excel file(.xls) which is in Excel 97-2003 Format and the file requires password. When I open it using MS excel 2007, it works. But when I open it using MS excel 2010 in windows xp, it ...
0
votes
2answers
42 views

C# Export datagridview Selected rows to Word

I have a DataGridView in my Form. What i am trying to do is if a user select a row and press Button(button_1) data from that row should be send to a word document and replace a number according to the ...
0
votes
0answers
15 views

Unable to Add shockwave flash object to windows form in word add-in

I have Word add-in contains a windows from that contains a shockwave flash object. I'm using vs2010, .net3.5. The problem is that i'm unable to add shockwave flash object to windows form in word ...
0
votes
0answers
10 views

How to find xml tags using VB

I have created xsd file which has xml tags(only elements). And attached that xsd file to word document. xsd file path(screen shot) :(after adding to word document) http://sdrv.ms/12P9GLZ ...
1
vote
0answers
14 views

Running Mail Merge on Embedded Document in Word

I am looking for code that will open all embedded documents within a Word document, update the mail merge info, and close the file again. Here's the story: I have about twenty documents that contain ...
0
votes
1answer
30 views

VBA: open word from excel

I can't open Word from Excel macro (office xp). If I use this code, it will stop on line Set wdDoc = wordapp.Documents.Open(polozka.ShortPath) and program freezes. If I use Set wdDoc = ...
0
votes
0answers
9 views

Word Template standardization [closed]

I made a template in word, this template has a table and so forth in the body. How do firstly lock the table so it doesn't move nor can it be re-sized and how do i use this template across all my ...
-3
votes
0answers
37 views

How to extract all the images from a word file and save in a new folder through VBA in Excel [closed]

i have two buttons in my excel sheet, when i click on button 1 it will read the word file and when we click on button 2 it will extract all the images of that word file into one folder with the ...
2
votes
0answers
20 views

SSRS - Export / Print Report in Custom Font Style Issue

We are using custom font style in our SSRS reports. The custom font is showing correctly on the Development machine, ReportServer, and also on the Company Portal. When I export the report to PDF, ...
0
votes
0answers
16 views

Save word document using MergeFields

I'm working with mergefields in a word document, I want to save multiple items from database. Right now my design looks like this: And if I have one assignment in my database it works, but if I ...
0
votes
0answers
23 views

COM Error opening Microsoft Word COM

I'm having a problem open a Microsoft Word COM instance wd = new Microsoft.Office.Interop.Word.ApplicationClass(); I've already see many posts with this problem when the application runs on a ...
0
votes
0answers
18 views

Interop.Word.Document.Words border changes very slow

Hi! I'm working on a MS Word addin that marks certain words in a given text. Unfortunately, this operation is very slow. In a document of 50 pages (~26'000 words) changing the border style for about ...
0
votes
0answers
19 views

Interop.Microsoft.Office.Interop.Word

I have developed a website that allows you to fill out a form (using jquery) and then build a word file which will be opened immediately after filling to allow printing. I have used these libraries: ...
0
votes
1answer
25 views

content-type: ms-word downloads as .php

Background I have an application which uses php to print information from a mySQL line, into ms-word... It was working on another part of my website, but after new implementation... my browsers ...
0
votes
1answer
28 views

Display Text From a doc or docx file in a TextBox without using Microsoft.Office.Interop in asp.net

I want to display the text from a doc or docx file in a textbox. Currently I am using Microsoft.Office.Interop to view the text but that needs MS Word to be installed on server. So I don't want to ...
0
votes
0answers
12 views

add template to Microsoft.Office.Interop how to deside were the text should render in the template

I have a template right now but the text that i am rendering to the template are not styles were i want the text to be, object missing = Missing.Value; object start1 = 0; ...
0
votes
1answer
37 views

A way to edit (read / write text) an existing .doc (MS Word) file with C++ in Windows?

everyone. I have to make a application in C++ that is capable of reading plain text from an existing .doc or .docx file (MS Word) in Windows, then create a new .doc or .docx file and write that plain ...
0
votes
0answers
24 views

cannot open microsoft.office.interop.word

i am trying to open a word document but its not working. i can only save the document, what could be the problem? object missing = Missing.Value; object start1 = 0; var wordApp = new ...
0
votes
1answer
23 views

Regex search for exact dates in Month day, year

Hoping someone might be able to help me with this. I'm using regex in word and am having trouble with the search pattern. I want to search for dates in the "Month day, year" and am using this: ...
1
vote
0answers
39 views

Print only on recto (one paper side) with Word.interop

I'm trying to print a document, only on recto, and not recto-verso. So, I print my document with Word.Interop and before open document, set default printer parameters like this : ...
0
votes
0answers
11 views

strange behaviour in vba macro when adding dynamic hyperlink

I've recorded a macro in word 2007 which looks like this: Sub Makro1() ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, Address:= _ "http://www.example.com", SubAddress:="", ScreenTip:="", ...

1 2 3 4 5 121
15 30 50 per page