Hello everybody.
Pretty silly userform case study, to experiment, yet I'm facing a problem.
The UserForm has 2 rectangle images, each in blue color (initially) and green color (when the MouseMove-s on it). When the MouseMove-s over the rest of the userform surface, the images are blue again. Tested, everything ok so far ; we keep that blue is regular color, green is highlight color.
When the UserForm initializes, a MultiPage (2 pages) control is also initiated but it's Visibility is set to False.
When Image1 is clicked then ; the MultiPage appears and its 1st page is loaded (MultiPage.Value = 0).
When Image2 is clicked then ; the MultiPage appears and its 2st page is loaded (MultiPage.Value = 1).
I can also toggle between the two pages, either by clicking on their captions or through the Image Controls.
Thing is ; once one of the Images has been clicked, it's color remains green. But when the other one is also clicked it's green too and they are now both green, like they're both highlighted (remember ; original color is blue).
I can still switch page (in the MultiPage control), yet the Images remain green (highlighted) ... forever.
Now, I added a line's code to each Image's "Click" event (setting the other Image's color as Blue), the code is copied/pasted well (so no Syntax problems), the ... App runs fine, but still the images remain green no matter what.
Any directions how to fix that ? What am I missing - I know I'm novice, yet I thought I was past this point.
Thanks in advance.
Pretty silly userform case study, to experiment, yet I'm facing a problem.
The UserForm has 2 rectangle images, each in blue color (initially) and green color (when the MouseMove-s on it). When the MouseMove-s over the rest of the userform surface, the images are blue again. Tested, everything ok so far ; we keep that blue is regular color, green is highlight color.
When the UserForm initializes, a MultiPage (2 pages) control is also initiated but it's Visibility is set to False.
When Image1 is clicked then ; the MultiPage appears and its 1st page is loaded (MultiPage.Value = 0).
When Image2 is clicked then ; the MultiPage appears and its 2st page is loaded (MultiPage.Value = 1).
I can also toggle between the two pages, either by clicking on their captions or through the Image Controls.
Thing is ; once one of the Images has been clicked, it's color remains green. But when the other one is also clicked it's green too and they are now both green, like they're both highlighted (remember ; original color is blue).
I can still switch page (in the MultiPage control), yet the Images remain green (highlighted) ... forever.
Now, I added a line's code to each Image's "Click" event (setting the other Image's color as Blue), the code is copied/pasted well (so no Syntax problems), the ... App runs fine, but still the images remain green no matter what.
Any directions how to fix that ? What am I missing - I know I'm novice, yet I thought I was past this point.
Thanks in advance.