Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Then from there this is the code in the main section Private Sub Gemwon2_Click() Sheets("Rift_raid").Visible = True GemRowloc = 13 'Column M GemColloc = 4 ' Row 4 Gemlist.Show End Sub So what I want to happen is : I click a control button located in a cell next to a name of a user. that then brings up a form where I select the "gem" the script then returns then selceted Gem name and its underlying value in the cells next to the username. THe user name list is 30 long, therefore I'm trying to do this in subroutines .... ( i.e. I don't really want to replicate 30 forms that do the same thing :P ) Thanks heaps as usual , you guys rock. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not at all clear on use of variables and/or object variables | Excel Discussion (Misc queries) | |||
Passing Variables | Excel Discussion (Misc queries) | |||
VBA passing variables through a function | Excel Discussion (Misc queries) | |||
Passing variables between a form and macro | New Users to Excel | |||
Passing variables between a form and macro | New Users to Excel |