Questions tagged as 'ms-word'

0
answers

How to take text from a frame in netbeans and send it to word

they could help me I need to take the values of a netbeans text box and send it to a Word document as I can do it, I'm doing a billing project where they need quotations and contracts.     
asked by 10.06.2018 / 21:05
0
answers

Open Ms Word document in a text editor made in Tkinter

Having a text editor made with Python and with the graphic interface of Tkinter, I can load the contents of an extension document ".txt". But, also, without doing anything special, I get to load other types of documents such as XML files, PDF (a...
asked by 28.05.2018 / 18:15
0
answers

Can you create docm files with javasacript from jsp?

I have a web page that shows the data of a server in tables format. The idea is to save these tables in a master document. Each table being a different document. So far everything works for me. What happens to me is that when you download the...
asked by 07.05.2018 / 09:56
0
answers

Doubt when modifying WORD document from Java

I need to modify some templates that are in .doc format from Java , that is, by code I detect certain words of the document which I use as "variables" for later modify them by which I pass. I got through the POI library, access to that docu...
asked by 09.04.2018 / 12:01
0
answers

Copy notes at the end in Microsoft Word

I want to copy the notes at the end of a Word document and paste them into the body of the text without losing the numbering. With this code I can do it (copy the notes at the end and change each reference number in the text) but I can not copy...
asked by 04.02.2018 / 15:48
0
answers

Search and replace all in Word with data from an Excel spreadsheet

I have a long document in Word that has a lot of data with the format ES- and 4 numbers that are changing ( ES-0006 , ES-0015 , ES-0164 , etc.) , and I need to change them for others that I have in an Excel sh...
asked by 27.12.2017 / 23:20
1
answer

Count how many times I use a macro in Word

my problem is, I have a macro opens a UserForm that gives two options one to paste text and another to paste images. My problem arises when I want to create another macro, a counter that shows in an Msgbox how many times each one uses or at leas...
asked by 26.11.2017 / 01:52
0
answers

Generate dynamic tables for word by code in VB.net

Hi boy, I have a query that I am generating a table for a word document using code, I have a word that I use as the base where the title comes from, a paragraph and a row with 5 columns that are the heading I want for the table that genre by vb....
asked by 25.05.2017 / 01:35
2
answers

c # WordprocessingDocument replace text

Hello, I am working with WordprocessingDocument to be able to replace the fields that appear in a Word as ## USER ## and that I generate a document based on a template. using (WordprocessingDocument doc = WordprocessingDocument.Open(dg.FileN...
asked by 11.04.2017 / 14:54