Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there
I am generating worksheets in VBA with lots of buttons, i.e. cells that launch a macro when clicked. The neatest way I found so far is to create a rectangular shape to which I assign an "onaction" property. The thing is that I need to add a lot of them in a spreadsheet (a few hundreds at least), and it is slowing down my code significantly. I was wondering if there wasn't a smarter way to launch theses macro from excel. I was thinking to adding some events in the sheet, but that would require to be able to add some code to the sheet via VBA (the onchange subs), which I am not sure is doable. Would someone know a faster alternative? thanks in advance Charles |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trying to create a time sheet with clickable buttons | Excel Discussion (Misc queries) | |||
Clickable graphs within excel or some type of add-on? activeX? | Charts and Charting in Excel | |||
clickable URL in excel? | Excel Discussion (Misc queries) | |||
clickable buttons | Excel Discussion (Misc queries) | |||
How to create a shortcut key to access buttons in excel forms | Excel Programming |