View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pmguerra[_11_] pmguerra[_11_] is offline
external usenet poster
 
Posts: 1
Default "For Each" Statement error...


Hi

I'm having a little trouble with "For each"...

I want to use this statement to know the number of checkboxes in my
form, for example...

It's kind of:

dim check as checkbox

For each check in my_form

i=i+1

Next check

But it doesn't work... I don't know if I'm using the statement
correctly...


--
pmguerra
------------------------------------------------------------------------
pmguerra's Profile: http://www.excelforum.com/member.php...o&userid=14986
View this thread: http://www.excelforum.com/showthread...hreadid=560898