It seems that I have reached my limit of controls on a form. I know how to make the menu arrays in the menu editor but I am not sure on how to make the code that checks to see which menu array was click on.

can anybode give me an example on how to do this?

for example
I have a mnuItem() 0 to 3

I would like to know how to detect to see if I clicked on mnuItem(2).

would I use the select case or something.

TIA