unluckyuser
New Member
- Joined
- Jan 12, 2025
- Messages
- 30
- Office Version
- 2019
- Platform
- Windows
First, I need to check to see that the end user has indeed snipped an image to the clipboard, and that it's not so large as to generate a memory error. If so, then I need to copy the windows clipboard to a file.
I could either do this directly with VBA, or I could run a command line to execute a program to achieve this. Running in an environment where a large clipboard file will create memory issues.
I could either do this directly with VBA, or I could run a command line to execute a program to achieve this. Running in an environment where a large clipboard file will create memory issues.