A word is a string of characters. A `word` may also be a fixed size group of bits, generally in multiples of 8, that are handled as a unit by a processor architecture. Questions regarding Microsoft Word should use the "ms-word" tag.

learn more… | top users | synonyms

0
votes
1answer
13 views

Qt - QFile - How to read only first word in every line

How can I read only first word in every line in a text file while using QFile in Qt? Thanks.
0
votes
1answer
34 views

dumb Q of the day: assigning a string into a character array

string word = "Hello Boys"; char x[100] = word; // wouldn't work char x[] = word; //wouldn't work either I rarely work with strings and chars and now it's coming back right at me.
0
votes
0answers
13 views

uploading word signed document to sharePint Library

I´m trying tu upload a signed Word document to SharePoint Library, but when I Download the document uploaded from The Library the Sign are Broken!!!!. Any Idea how to upload a Signed Document? ...
-1
votes
1answer
22 views

VBA Word macro to stop user input

I'm writing a big macro for MS Word 2013 and one of the parts of it should be sub that prevents user from writing text; user should be able to use hotkey (eg. ctrl+q) to stop (or start) this sub (I ...
0
votes
1answer
49 views

C# MVC 4: Create Word Document and download without saving in disk

This probably has a very simple answer but i just can't find it. I have a project using C# MVC 4 using Microsoft.Office.Interop.Word 12 In an action I try to dynamically create a Word file (using a ...
-2
votes
0answers
8 views

Download huge amount .docx [closed]

Hey in order to do a statistics I need to parse about 100 000 .docx documents. Any sugestions on what is the most efficient way to do download them?
0
votes
0answers
13 views

Word macro to reposition a table based on a text entered by user outside a table

I'm not so good in vba and have worked very less in Word macros. I have a document which has one button. When I click the button a set of tables get opened, on button release all the tables gets ...
1
vote
0answers
16 views

Sorting strings in word macro

I need help with writing a function which will take an array of strings and sort this into a new array of strings based on only the number characters in the strings (ascending)? say I have the ...
0
votes
0answers
8 views

AVL Tree sort word or sentence + mergesort

i started learning algorithm and structural data, and i don't know how to make an AVL Tree function with input from word or sentence that already sorted using mergesort: First user input word or ...
0
votes
2answers
35 views

Is there any logic to validate whether a group of letters could be considered a phonetic word? [duplicate]

Basically, if I'm given a random jumble of letters, I need to check to see if this could phonetically be considered a word. I'm not looking to validate against a dictionary list, since I don't really ...
0
votes
0answers
26 views

Unable to modify adjancet tabel cell background color

I am trying to work with a table in MS word. My goal is to change the row color depending on the value entered in the corresponding textbox in the same row. I would also like to do this without ...
0
votes
1answer
180 views

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive)

I'm building a web application using Visual Studio 2012. I'm attempting to add word count into my textbox. However after adding the the javascript codes and the html codes. I receive the error as ...
0
votes
1answer
23 views

rendering word documents on mobile devices

We are creating a mobile site that will allow the user access to download word documents. We have a website for non-mobile devices that allows access but what is the best way of doing this from ...
0
votes
0answers
7 views

How do I name and move an inlineshape from a word doc into a folder in my documents?

I have a word document I have saved as a webpage. I want to replace every image that has been extracted and saved in the web page folder with code. I am unsure how to replace the images with code. I ...
0
votes
0answers
9 views

Dynamic bookmarks during mail merge (in Word)

I wrote a routine to separate one large mail merge document into individual Word documents. The merge template has section breaks and each individual file consists of two contiguous sections. My ...
1
vote
5answers
43 views

JDBC - How do I 'getString' from a ResultSet if the column's name is a keyword?

Whenever I try to retrieve the value for a column named "Comment" in an Access db (.mdb), It gives me the following error. Offence: copying data ERROR - Offence TABLE ...
-1
votes
2answers
34 views

vba macro: Which table my cursor is in?

Writing a macro I found out that I need to skip the table contents and place my cursor right after that, for this I am using a code as Selection.Tables(cnt).Select Selection.Collapse ...
0
votes
1answer
53 views

select a paragraph in word and change it's style using Macro VBA code

I need to find if a line in my word document starts with the word Picture, and if it does, change the Style of that line to a built in style. I believe a line that begins after a return key is ...
1
vote
2answers
36 views

Visual basic macro- changing the colour of specific text

Im very new to visual basic and macros. what i have been trying to do is create a macro that will look through the whole document and check to see if any of the font is red;if it is red then i want to ...
0
votes
0answers
17 views

How to set sheet margins in MSWord document using APACHE POI?

I am trying to make write a document using Apache POI using a XWPF Document as a root. the problem is that i cannot set sheet margins in it. maybe someone knows the answer?
0
votes
1answer
51 views

Python: read one word per line of a text file

Its not a proper code but I want to know if there is a way to search just one word w./o using .split() as it forms a list and i dont want that with this snippet: f=(i for i in fin.xreadlines()) for i ...
0
votes
3answers
50 views

How do I set word delimiters?

User's guide chapter 6.1.5 The Word Chunk A word is a string of characters delimited by space, tab, or return characters or enclosed by double quotes. Is it possible to have additional word ...
0
votes
0answers
24 views

C# Word Range is Offset by Table Cells When Compared to Text

I'm writing a C# ribbon that acts kind of like a code parser in that it's trying to match open and closing brackets: { }. I have all the code to search for the brackets based on the Text-Only String ...
0
votes
0answers
33 views

generating report in microsoft office interop word using c# .

I am new to c#.net. I am doing project in asp.net with c#,i have a problem in generating word report using Microsoft.office.interop.word .its working in local system,but when i host to server it ...
-1
votes
0answers
39 views

Creating thumbnails first page of PDFs, Word, Excel, etc. in C#

We have a requirement to create a preview thumbnail of the first page of a document such as PDF, Word, Excel, etc. In my searching I have only come across solutions that require licences or C# ...
0
votes
0answers
27 views

Editing Pie Chart Layout in PHP DOCX or VBA

I am automatically creating charts using PHP DOCX to generate 20 charts per document, on over 500 documents. PHPDocx generates these ugly graphs, and in their source code, I find no option to remedy. ...
0
votes
0answers
29 views

Using poi to export word document

The objective is I need to replace some words in the template and then export it. Everything goes fine with replacing the content, but the final output is a single word document but it has divided ...
-1
votes
0answers
86 views

insert docx document into another docx using phpword [closed]

I am using phpword (http://phpword.codeplex.com). But phpword itself doesn't have ability to load template file and insert another docx into loaded template. example: 1. i load template.docx 2. i ...
0
votes
0answers
47 views

How can I rewrite the following MS Word VBA macro to be compatible with Word 2007/2010/2013

I am looking to make my MS Word VBA macro compatible with Word 2007,2010, and 2013 without having to download the MS Office Object Libraries 12,14, and 15 on all my machines. Any types how I can ...
0
votes
0answers
12 views

Package of different files and different format

I'm writing software to convert and import files in a document tool system. I need to stress test this system, so I need files I can give to this system as input. Does someone know a website where I ...
0
votes
1answer
50 views

Sharepoint 2007 Word Document opens as read only

I have a word document in a document library that when I open from a web part opens as 'Read Only' and will only let me save the document with another file name. If I open it directly from the ...
0
votes
1answer
22 views

OneNote to Word : keeping headings

I'd like to convert a note I wrote in OneNote to Word. I have investigated the options "send to" and "save as" and it is filling only part of my need (my notes are in Word). I use headings in OneNote ...
1
vote
1answer
33 views

How to insert Image object as picture in Word document

So I have this function where I am generating and returning my image (a .bmp format). I want to put it into a word document. I looked at InlineShapes.AddPicture but it only takes a string argument, ...
0
votes
0answers
23 views

Adding \includegraphics totally abolishes all \citep and \ref links [closed]

I have something very peculiar, and I have been trying for several hours now, without success. I will try to describe it as well as possible. I must say beforehand that I used Word2010 as editor. So I ...
0
votes
1answer
41 views

VBA script convert folder of .rtf files to .docx files - two minor problems

I use a VBA script (see below) in Word 2013 to convert a folder of .rtf files to .docx files. It mostly works, but has two minor problems. I have to acknowledge that each original file is an .rtf ...
2
votes
0answers
32 views

Remove leading “bullet” from a word document

I update a word document with an Excel macro The Word starter has specific codes that may be preceded by a "Bullet" item (not just a period) CtrlRep01 CtrlRep02 CtrlRep03 CtrlRep04 The ...
0
votes
0answers
21 views

VB for excell match whole word and replace

I'm trying to replace a string with another but the problem is that the string is matching some other string partially. I am trying to create a function that searches each line in another spreadsheet ...
0
votes
1answer
72 views

Word VBA macro to insert file and merge formatting

I have a template with a header/footer and text formatting. I would like to write a macro to fill this template with the contents of an .rtf or .doc file. Also, I would like to merge the formatting so ...
1
vote
4answers
69 views

How to count the number of words from a text file in C [duplicate]

This is what I have come up with so far. #include<stdio.h> main() { int w=0, v=0, c=0, cnt=0; char inp[21]="abcd aeiou hi there", ch; FILE *read, *write; write = ...
-2
votes
0answers
27 views

Word 2013 Macros; formatting and text insertion

I am an author, I use certain set rules for formatting and manuscript text, I need three macros, one to insert front page matter with specified formatting, one to insert a part with correctly ...
0
votes
0answers
6 views

Apply a Word Quick Style Set to an old document [migrated]

I created/saved a Word Quick Style Set. I applied the set to different documents, old and new, and it seemed to work just fine. Then I installed the Quick Style Set onto a second computer. (I also ...
0
votes
2answers
39 views

how to use wordpress “Post Views Count” plugin?

http://wordpress.org/extend/plugins/baw-post-views-count/screenshots/ i'm installed and active "Post Views Count" plugin but when i'm use shortcode [post_view] like this, it's doesn't woek.... ...
0
votes
1answer
77 views

OpenXml Save Excel Embeded Object in Word c#

I am trying to open an excel table, which is embeded in an word document. As it is stored in binary data i read it from stream and get it. In the excel table and in the word document are some values ...
-1
votes
2answers
64 views

Convert docx to clean html [closed]

I want to convert docx files to clean html file. I tried abiword and libre office with command prompt. Libre office can't convert as CLEAN html. Abiword can't convert tables. can you suggestion any ...
0
votes
0answers
15 views

Word document textbox

I have a word document with some textboxes(Microsoft word 2007).When I print the document,i have to remove the borders And after printing,I have restore the borders to be black. I am using VBA code.I ...
0
votes
0answers
17 views

Word Template Field how to add repeater data which field should i use?multiple?

Which word field should i use for displaying repeater data? because it can be more then one i cannot use mergiefield? I have this code for (int i = 0; i < RepeaterAssigments.Controls.Count; i++) ...
0
votes
0answers
33 views

Start or begin edit office document event in .net

Is there an event or function in Word, Excel and PowerPoint which can give me an information that document content has been modified. Is there a possibility to handle event "OnBeginEdit" or ...
-2
votes
0answers
35 views

Producing Data from Excel to Word

I have a list of flights and times and destinations on my spreadsheet in Excel. But what i need to do is link this data to word( I have a userform in word that will display the available flights when ...
0
votes
0answers
20 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
0answers
8 views

Word automation in IIS

I built a system which uses Microsoft Word on server side to parse my client word files. I used mmc -32 to setup properties of Microsoft Word component. In the identity tab, if I select interact ...

1 2 3 4 5 36