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)
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
Sending email with docx attachment using Python 3.x
I am sending an email using python with Gmail (which shows it in the sent folder on Gmail) to my Yahoo email address with a docx attachment.
It all seems to work ok except when it arrives in Gmail it ...

g421
Votes: 0
Answers: 1
How to get bold text from .docx tables
I'm kind of new to Python and I struggle to get bold text from tables from .docx files.
I know how to add all info from tables to the list:
document = Document('path_to_the_.docx_ file')
document.save...
salehelas
Votes: 0
Answers: 2