DORSETRIGS
Home

ole (11 post)


posts by category not found!

Closing Excel from within Delphi

Closing Excel from Within Delphi A Guide for Developers Opening and manipulating Excel files within Delphi applications is a common task for developers But what

2 min read 07-10-2024 21
Closing Excel from within Delphi
Closing Excel from within Delphi

VBA Excel Saving embedded OLE object

Saving Embedded OLE Objects in Excel with VBA A Comprehensive Guide Excels ability to embed objects from other applications like Word documents or Power Point p

3 min read 07-10-2024 43
VBA Excel Saving embedded OLE object
VBA Excel Saving embedded OLE object

Can I use IFileOperation with virtual files (IStream)?

Navigating the I File Operation Labyrinth Can You Use It with Virtual Files You ve got a virtual file maybe its a Memory Stream or some other stream based repre

2 min read 05-10-2024 38
Can I use IFileOperation with virtual files (IStream)?
Can I use IFileOperation with virtual files (IStream)?

MFC Automation events are working in Excel VBA but not in VBScript

Understanding MFC Automation Events in Excel VBA vs VB Script In the realm of programming and automation MFC Microsoft Foundation Classes plays a crucial role i

3 min read 26-09-2024 48
MFC Automation events are working in Excel VBA but not in VBScript
MFC Automation events are working in Excel VBA but not in VBScript

Error in including wxAutoExcel in wxWidgets project

Resolving Error When Including wx Auto Excel in a wx Widgets Project In many wx Widgets projects developers encounter various challenges one of which is the int

3 min read 14-09-2024 48
Error in including wxAutoExcel in wxWidgets project
Error in including wxAutoExcel in wxWidgets project

Embed an Excel File as a table within Word Doc with Python

Embedding Excel Data into Word Documents with Python Have you ever found yourself needing to seamlessly integrate data from an Excel spreadsheet into a Word doc

3 min read 13-09-2024 56
Embed an Excel File as a table within Word Doc with Python
Embed an Excel File as a table within Word Doc with Python

Python instance to COM Object

Making Python Objects Talk to COM A Guide to Callback Issues You re trying to use a Python object as a callback for a COM object in your Python code but you re

2 min read 07-09-2024 46
Python instance to COM Object
Python instance to COM Object

Access "An error occured while Access was commnicating with OLE server"

Troubleshooting An Error Occurred While Access Was Communicating with the OLE Server Many Access users encounter the dreaded An error occurred while Microsoft A

3 min read 06-09-2024 45
Access "An error occured while Access was commnicating with OLE server"
Access "An error occured while Access was commnicating with OLE server"

COleClientItem::CreateFromFile() is strange on Windows11 but is OK on Windows10

Debugging C Ole Client Item Create From File Issues on Windows 11 A Troubleshooting Guide This article delves into a common issue reported by developers working

2 min read 03-09-2024 52
COleClientItem::CreateFromFile() is strange on Windows11 but is OK on Windows10
COleClientItem::CreateFromFile() is strange on Windows11 but is OK on Windows10

CreateObject("Outlook.Application") in Excel VBA causes OLE error as Outlook 2019 didn't exit properly

Troubleshoot Microsoft Excel is waiting for another application to complete an OLE action Error in Excel VBA with Outlook 2019 Many Excel VBA users have encount

3 min read 02-09-2024 49
CreateObject("Outlook.Application") in Excel VBA causes OLE error as Outlook 2019 didn't exit properly
CreateObject("Outlook.Application") in Excel VBA causes OLE error as Outlook 2019 didn't exit properly

Listen to all events a class raises, without using WithEvents

Listen to All Events a VBA Class Raises A Comprehensive Guide This article will delve into the intricate world of event handling in VBA particularly exploring t

3 min read 02-09-2024 49
Listen to all events a class raises, without using WithEvents
Listen to all events a class raises, without using WithEvents