Skip to content Skip to sidebar Skip to footer
Showing posts with the label Win32com

Python To Close A Workbook Using Win32com

I'm using python 2.7.11 on a windows 10 machine where I'm updating a file using VBA contain… Read more Python To Close A Workbook Using Win32com

Using Win32client Sapi.spvoice With Multi-threading Leads To Pywintypes.com_error

I am trying to use a thread with wincl's built-in voice system. However I am running into this … Read more Using Win32client Sapi.spvoice With Multi-threading Leads To Pywintypes.com_error

Python - Extra Excel Chart Series With Win32com

I'm writing some code for an assignment, and I need to create a simple column chart in Excel. T… Read more Python - Extra Excel Chart Series With Win32com

Ignorereadonlyrecommended Not Working From Python When Opening Excel Workbook

I have an excel workbook I need to open from python in a writable mode. The workbook is set up to h… Read more Ignorereadonlyrecommended Not Working From Python When Opening Excel Workbook

Win32com Module Not Found

I am trying to get pyttsx3 up and running on my computer. I did pip install pyttsx3 and pip install… Read more Win32com Module Not Found

Python, Pyinstaller Creating Shortcuts In Windows

I am making a python script that creates a shortcut (.lnk) file, using win32com.client module, I am… Read more Python, Pyinstaller Creating Shortcuts In Windows

How To Pass Arguments To Win32com Event Handler

The code below works fine. I can't find a way to pass some arguments to EventHandler or to call… Read more How To Pass Arguments To Win32com Event Handler

Using Python To Find And Replace Footnotes In Word

I am trying to use Python to hyperlink text in MS Word documents. I am currently using the win32co… Read more Using Python To Find And Replace Footnotes In Word