VBA: Can't change Image Control picture after click on element
问题 Setup I have an Excel VBA UserForm with an Image Control element. When clicking on buttons in the form, the Image Control's Picture source is set / updated with the following code: Set MyForm.imgControl.Picture = LoadPicture(pathToFile) Problem When the user clicks on the Image Control, updating its Picture source doesn't work anymore. The problem occurs, no matter when in the workflow the Image Control is clicked: Example 1: User clicks a button to set the Picture (and pictures sets