Maybe a silly topic, but I'm still novice and quite unsure about some details.
I have a Userform. Left side column has the menu, consisting of 7 options/"buttons". Those buttons are actually images which change when their area is hovered. E.g. they are originally blue, the hovered state is green. So, the blue button is visible and loaded, then something is hovered, and the "green image appears". Then again blue (while usually something else is turning green) etc.
Now, in every switch from green to blue (or vice versa) I suppose that an extra image's memory is being added to the system's memory.
(1) is this correct or are they just added (once and for all) only the first time they are loaded ?
(2) if this is correct, how may I release memory while "Mouse Move" ? E.g. blue image switches to green, now green occupies memory but blue image's occupied memory is now unneeded and somehow released etc.
Can someone explain how this works ?
Thank you in advance.
I have a Userform. Left side column has the menu, consisting of 7 options/"buttons". Those buttons are actually images which change when their area is hovered. E.g. they are originally blue, the hovered state is green. So, the blue button is visible and loaded, then something is hovered, and the "green image appears". Then again blue (while usually something else is turning green) etc.
Now, in every switch from green to blue (or vice versa) I suppose that an extra image's memory is being added to the system's memory.
(1) is this correct or are they just added (once and for all) only the first time they are loaded ?
(2) if this is correct, how may I release memory while "Mouse Move" ? E.g. blue image switches to green, now green occupies memory but blue image's occupied memory is now unneeded and somehow released etc.
Can someone explain how this works ?
Thank you in advance.