Hey guys,

Im pretty decent with vba. I'm having a problem.

Im trying to run a FOR loop and go through my checkboxes which are named
"graph1" ,"graph2","graph3"...

basically I need to be able to call the checkbox from the worksheet, they arent in a form.

I've been trying activesheet.shapes("graph1").selection and thats not working
Ive also tried sheet1.checkboxes and sheet1.checkbox. Its really stumped me.

I know I need to be able to take "graph" & i and put that into the checkbox call. What should I do?