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.
0
votes
0answers
5 views
How to automatically fill values in certain areas of Word document?
I know that my question is confusing but I couldn't formulate it better.
Here's my problem:
I have a list of student's names and their schools and what I'd like to do is to automatically fill those ...
0
votes
0answers
9 views
best, cheapest, most accurate word report engine?
I'm looking for a simple, easy, cheap reporting engine that takes sql rows/queries and renders in the best possible microsoft word format (.doc, .docx), is SSRS the only option? have had numerous ...
0
votes
1answer
16 views
Excel VBA adding lines to a word document table
I'm trying to find a way to add lines and information to a prebuilt table in a word document. The table is right now only two lines. The headers and a blank line (2 Columns). How would I go about ...
0
votes
0answers
15 views
Export Large Data to word through Interop.word
I want to export large data on Microsoft Word , i have done this before but on simple data by adding bookmarks on word document template
What if i want to export large amount of data and don't want ...
0
votes
2answers
11 views
Docx4j: Insert item X times after current item under parent
I'm attempting to use DOCX4J to parse and insert content into a template. As part of this template I have loops which I need to copy everything inbetween two markers, and repeat all that content X ...
0
votes
1answer
23 views
Paste cell by cell into word from excel - loop help please
I need some help in getting this macro to repeat copying content from a cell in excel over to word multiple times please. Working in Word VBA.
Goal: I have a range in an excel workbook about 250 ...
0
votes
2answers
39 views
VBA returning a value from a sub
I am somewhat new to programming and new to incorporating visual basic into word documents. I basically want a survey document where the user selects a rating such as "always" and "never." They ...
0
votes
1answer
13 views
Internet Explorer and Safari changes my CSS
I am running Thesis 1.8.5 on Wordpress and here is my site www.texashomeloanpro.com . Because I am kind of new to this whole web-design thing, it just occurred to me to check my site in both Internet ...
0
votes
1answer
25 views
C# word automation: detect if table row will cause a new page
In my application I create a word document with several paragraphs. One of them is a table that might be large enough to expand on a second or third page of the document. Here is my creation code for ...
2
votes
1answer
39 views
Write HTML content to word document using C#
I know there are plenty of answer exists regrading this question, but what i am looking for is a proper guidance to achieve my task. Please help.
Problem:
I am dynamically generating a word document ...
0
votes
0answers
33 views
How to swap pairs of characters in a vast list so that the necessary nested symbols remain
So I have a huge list of characters in a word processor that look like this
.
.
.
'[some characters]' = "[some other characters]"
'[some characters]' = "[some other characters]"
.
.
.
Where ...
1
vote
1answer
45 views
Is there a way to prevent one letter words from wrapping last?
I'm having a peculiar problem, I'm not sure if this bothers anyone else but I haven't found anything, maybe I'm just not searching with the correct keywords.
Let's say you have a paragraph that wraps ...
1
vote
0answers
23 views
Returning result of an external script to VBA
I am working on porting a macro that we have working in MS Word for Windows to OSX. The macro allows the user to generate equations using LaTeX in Word, and has to make a POST request to a server and ...
2
votes
2answers
32 views
How can I generate output in Word for correlation tables in Stata?
I want to generate an output for my correlation table so I can use it in Word. The only command I found is mkcorr, which only generates an output I can copy in Excel, but not in Word.
I need a ...
0
votes
0answers
8 views
Keeping Tilte at center of the word document using JAVA
How can i keep the title for a word document at the top-center of the page from Java program using IDocument?I tried like this:
IDocument myWord = new Document2004(); myWord.getBody().addEle(new ...