0
votes
1answer
12 views
Office Interop Word c#.net : Copying a table at a special location
I'm currently working on tables in a Word template with Interop.
In my template I have a table which I want to copy (Copying will make it easier for me to fill in the data rather …
0
votes
3answers
96 views
Beginner at Microsoft Office Macros
Actually, I'm not a beginner. I know nothing about them, though I do have some programming background.
This is the thing: I have a couple of Word documents and an Excel spreadshee …
3
votes
9answers
97 views
Optimizing word count
(This is rather hypothetical in nature as of right now, so I don't have too many details to offer.)
I have a flat file of random (English) words, one on each line. I need to writ …
0
votes
4answers
34 views
MySQL check how many times a word appears inside a table cell
I want to write a query to select from a table all rows with the word "piggy" in a column called Description.
SELECT * FROM table WHERE ...?
Thank you!
1
vote
2answers
31 views
VBA Word Macro doesnt recognize whitespaces or wildcards
Hi guys,
I have a VBA Word Macro that gets words from .txt list and color highlight them in a word .doc document.
The problem is that the script ignores whitespaces and wildcard …
0
votes
0answers
33 views
Word Document : List of Heading with associated next paragraph (for executive summary list)
I refer to the link below which offers a very good solution [ using GetCrossReferenceItems(wdRefTypeHeading) ] to generate a list of all headings in the document.
However, I would …
-1
votes
2answers
120 views
PHP Bold some words in a string and remove some unbold words
Hi,
I am creating an Image Search Engine. Currently, my script does bold the matching words on the keyword. But, some keywords are too long just like the followings.
When I sear …
1
vote
5answers
288 views
GREP - show only words that match search pattern?
Is there a way to make grep output "words" from files that match the search expression?
If I want to find all the instances of, say, "th" in a number of files you do;
grep "th" * …
0
votes
0answers
20 views
How to write a custom spell checker for Microsoft Word?
I want to write a spell checker for Word 2003 and 2007 preferably using Microsoft's own CSAPI which will enable my spell checker to work in the same way the built-in spell checker …
0
votes
3answers
77 views
Need a program to reverse the words in a string
I asked this question in a few interviews. I want to know from the Stackoverflow readers as to what should be the answer to this question.
Such a seemingly simple question, but ha …
2
votes
5answers
226 views
Finding words from random input letters in python. What algorithm to use/code already there?
I am trying to code a word descrambler like this one here and was wondering what algorithms I should use to implement this. Also, if anyone can find existing code for this that wou …
1
vote
1answer
220 views
Wrap Text inside fixed Div with css or javascript ?
Hi,
I have tinymce editor(textarea) and one div. Whenever i type inside the text editor, it shows at the preview div which is (200px) in real time which is looks alike stackoverfl …
0
votes
2answers
63 views
Position cursor at start/end of Word document
We are manipulating our Word 2007 documents from .Net using Word Interop. Mostly doing stuff with fields as in:
For Each f In d.Fields
f.Select()
//d …
0
votes
3answers
69 views
How to convert HTML file to word?
I've got a requirement where I need to save HTML documents in memory as Word .DOC files.
Can anybody give me some links to both closed and open source libraries that I can use to …
0
votes
2answers
47 views
Problem with saving .doc as .xml
What I'd like to achieve is to force MS Word not to split specific strings when saving .doc or .rtf file as .xml.
For example, now from something like:
Something: ***TABLE_NAME …
