Hi MrExcel,
I have this mini-project where I plan to make a website simulator (offline) by means of screenshots/pictures.
I achieve below by making transparent labels and added codes like on the labels:
(the project is made up of over 20-30 UserForms at the moment -- the picture above is just an example)
____________________
I would just like to ask if any of you have an idea to make this more efficient rather than creating one userform per image? Any suggestions?
I have this mini-project where I plan to make a website simulator (offline) by means of screenshots/pictures.
I achieve below by making transparent labels and added codes like on the labels:
Code:
Me.Hide
UserForm(number).Show
(the project is made up of over 20-30 UserForms at the moment -- the picture above is just an example)
____________________
I would just like to ask if any of you have an idea to make this more efficient rather than creating one userform per image? Any suggestions?