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
0answers
5 views

Simple Batch text adventure game issue: word cuts

I'm new to batch programing, and am using this small batch text adventure game to formulate my ideas to make it cohesive. I ran into a problem of running the batch game, and its cutting the last ...
0
votes
0answers
17 views

MS word automation vb.net

I am trying to insert a picture into MS word 2007 and then crop 50%. I have the code below, but doesn't work. The code only crops a small portion from the bottom (approx. 5 - 10%). Please help. ...
0
votes
1answer
18 views

VBA: Reading excel data into word

I am making a simple form that extract the data from my excel sheet, such as name, date of birth, and address. And inserting them into my word form, I am doing 20-30 sheets everytime, so I think it ...
0
votes
2answers
37 views

getting a line from a file and then reading word by word. C++

I have a trie and want to search number of common words in each line of a txt file. I use getline to get the line but unable to proceed. I tried string s; ifstream myfile; ...
0
votes
0answers
10 views

Sending and receiving data via POST in Microsoft Word 2011 for OSX

I am trying to port a macro that we have working for MS Word on Windows that uses a website to generate an equation image and returns that image for insertion into a document. The current (working on ...
0
votes
0answers
7 views

Word plug-in for getting spelling correction list

i want to write a office word plug-in on Visual Studio 2012 C#. inorder to collect all spelling correctment list. For example if i write "Stup" to Word and the Word will suggest to me "Stop" and ...
-1
votes
0answers
22 views

Issue in printing the word file with space character (&nbsp) instead it was printing  character [closed]

We are converting a html file input data to word document. In the browser output we were able to see the space but in the downloaded word document we are seeing a special character  instead of a ...
-2
votes
1answer
15 views

Word processor for large formatted text files? [closed]

I have a formatted text document in LibreOffice and after 3 months of adding text it has 370KB and it starts being slow to operate. In the nearest future I will need a free word processor designed for ...
4
votes
3answers
38 views

Creating nonsense words - using outer() with three+ dimensions in R

I am creating nonsense words given lists of first consonant, vowel, final consonant: initial_consonants <- c("r", "w", "h", "sp", "st", "sk") vowels <- c("i", "u", "I", "U", "E", "V", "@") ...
2
votes
2answers
24 views

Can i retrieve images and shapes from word file and display them in PictureBox control of C#?

I want to extract images and shapes from word file and display them in picturebox control of C#.Is it possible? and if its then how ? i am searching it for many days but didn't find any solution. So ...
0
votes
0answers
23 views

VBA copy table from sheet to word document

I'm trying to copy a table from a Excel sheet to a specific position in a Word document and I'm having a bit of trouble with this. First I take an embedded file from another sheet and save it to a ...
1
vote
1answer
26 views

VBA macro: replace text in word file in all sub folders

I am putting together a VBA macro that: 1.reads a folder 2.creates a collection of all its subfolders 3.loops through all the subfolders and find any word document ending in .doc 4.in each .doc ...
-2
votes
0answers
39 views

Read an Arabic Word Document on iOS [closed]

I would like to display properly an arabic word document on iOS. I used the webview, but I saw some differences that i would like to avoid. Are there any specific librarires for arabic content ? Or ...
0
votes
0answers
10 views

Why does Word truncate the Url for my Webapp when started in IE9?

I've got a problem when starting an url for my webapplication. The url looks like this: http://internaldns.com/#myvar=myvalue Whenever i start this url with CTRL+Click i only see the url ...
0
votes
0answers
23 views

PrintOut() From and to pages C# word

I've been trying to print out a some pages from a word document created from a template. I use the Word.Printout() method, but I just can't figure out how to use the Word.PrintOut(From: X, To: X). I ...

1 2 3 4 5 121
15 30 50 per page