View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zorro[_4_] Zorro[_4_] is offline
external usenet poster
 
Posts: 2
Default Creating a "sensitive regions" image on a form

Hi all
I would want to create a "sensitive regions" image on a form. For example,
it would be a european map where the user could select each country.
I know I could do it on a sheet using transparent shapes (one for each
country) on top of the image, but how could I do it on a UserForm?

Thank you