python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
VBA macro does not iterate over all cells when inserting pictures
I'm currently trying to write a VBA macro for MS Word. The job is to iterate over selected cells of a table and to replace the filepath written there with the picture it points to.
The macro works fin...

tedy42
Votes: 0
Answers: 1
hebrew characters from txt file does not display on word after compile to JAR file using spire.doc.jar
I write in java code with spire.doc.jar that use BufferedReader to take some words from txt file and display it on word document at the end,
this is how it read the txt file:
BufferedReader abc = new ...
michaelwed
Votes: 0
Answers: 1
How can I apply a VBA macro to multiple docx files?
I would like to apply a VBA Macro to multiple docx files. My macro find a text with a specific font and then hide it.
This is the macro that works when you execute it on a single docx file :
Sub color...

Satanas
Votes: 0
Answers: 2
Pandoc Jupyter (.ipynb) to Word (.docx) incorrect results
Jupyter notebook (ipynb) to Word-format document (.docx) conversion just is not working correctly. I have tried several approaches using jupyter nbconvert, pandoc, and commercial document format conv...
Adverse Camber
Votes: 0
Answers: 2