View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nelson Nelson is offline
external usenet poster
 
Posts: 69
Default change the value of togglebuttons

Hello, I have a sheet with 120 toggle buttons.
What code can I write to turn the value of all buttons to true at the same
time?
I need something like this (which does not work :P):
dim i as integer

for i = 1 to 120

togglebutton & i.value = true

next i

thank you in advance