Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a graph linked to a macro located in Module 1
sub graph_click worksheets(2).activate [A1] = "chartype" end sub On worksheet#2, I have a comboBox that I want the value to default to "charttype" which is 1 of the drop down values. I first tried combobox1.value = "charttype" and it didn't work. As a workaround, I update the cell that the combobox is linked to in this case A1. However, after 2 clicks test on the graph, my excel always crashed. Is it because I am not supposed to update the cell that is linked to the combobox result? Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell copy action pauses for 15 second for the smallest action | Excel Discussion (Misc queries) | |||
time stamp based on action in column. | Excel Programming | |||
Take Action Based Upon # of Rows in Another Worksheet | Excel Programming | |||
searching for specific criteria and then doing an action based on | Excel Discussion (Misc queries) |