Microsoft Word is a commercial word processor designed by Microsoft.
0
votes
0answers
13 views
Link ms word hyperlink to a place in the document
While trying to create a ms word document programmaticly, i came across a problem:
I am trying to find (without success) a way to create a HyperLink or something else that will do the work, that will ...
1
vote
0answers
5 views
Creating an MS Office add-in that adds a new tab to the ribbon interface and presents macros to the user as buttons on this tab
I wish to create a Microsoft Word add-in for use by others in my office which will give them access to a few macros that will increase productivity and possibly prevent the odd mistake from happening. ...
0
votes
0answers
12 views
Insert a value from Excel cell to Word document
I have two documents, one Word and other Excel document(word.docx and excel.xlsx). In a Word document, I have something like " My salary for this month is (empty), and I worked (empty1) days." So ...
0
votes
0answers
3 views
IdMso of 'Export' button in Word 2013
I am working on MS-Word 2013, and I found 'Export' button in File Menu which was not there in the previous version of Word. Now I need to control this button but for this its IdMso is required.
From ...
0
votes
4answers
36 views
Save Image to word of HTML reference
I export data from my database to word in HTML format from my web application, which works fine for me , i have inserted image into record,
the document displays the image also , all works fine for me ...
0
votes
2answers
13 views
VBA Word: Inserting Text Form Fields at a Specified Location
I am new to vba and developing a document that prompts the user to select a variable number of values from a combo box list. After selecting the values, I want to insert them in order onto the ...
0
votes
0answers
19 views
Counting number of pages in doc/docx from Python?
How do I count the number of pages in doc and docx document files using Python?
Here is my attempt, which works with presentations (ppt, pptx) but not documents.
import win32com.client
from os ...
0
votes
0answers
7 views
Docxj: 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 ...
-2
votes
0answers
11 views
MAC Automator - Take Word Document, Create PDF & Add Standard First Page [closed]
I want to do the following:
Take a word document that may have different font sizes etc. throughout and different to a previous one
Take a pre designed front sheet
Combine the two into a PDF, and ...
1
vote
2answers
26 views
inserting files in sql server
greetings!
I'm having some problems on a system that I'm giving support.
There's a scenario where users can upload their resumé to the database (MS SQL Server 2005) and it was decided that the ...
2
votes
1answer
41 views
Perform a find and replace on thousands of Word files stored in a varbinary column of SQL Server DB
I've got a SQL Server database which has a table which contains a varbinary column.
This table has tens of thousands of rows.
This varbinary column contains documents: 85% in MS Word .doc format, ...
1
vote
0answers
13 views
scan pages at page range in word.application for vb.net
Finally, I surrendered to get what I wanted too,
In the source code below, it gets the total number of pages, the total number images, and paper orientations, etc., it scans the whole page of ms ...
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 ...
0
votes
1answer
36 views
can not add picture to cell table in ms word 2007 + c# 2008
i want to add jpg picture to a cell in ms word 2007, i use visaul studio 2008
i search in this site for an answer i found a close answer but did not removed my error
which is in line A (see code ...
0
votes
0answers
6 views
Word-Plugin hangs when calling webservice - linked objects
I have a really weird problem with a word-plugin we lately deployed at our customer. The purpose is to let clients push their documents directly to our document storage (Filenet) via our server ...