|
-
May 30th, 2006, 04:23 PM
#1
Thread Starter
New Member
so simple, yet so difficult (checkbox selection)
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|