But what you can do, with difficulty, is find a button or other control in another applications window and click, mouse down or whatever on it. This is not beginner coding as it will involve extensive use of the Windows API. This depends on another application hosting child controls so am not sure what you mean by 'image'
This, for example, is a VB sample to click a button in a known window. It first finds the Window from it's caption, then searches the child controls of that Window for a button with the caption "OK" and finally sends a Click event to the button. This is by far the simplest example I could find but it is Visual Basic not VBA so will have to be rewritten and that'll be a challenge in itself, but the basics are there.
Bookmarks