Hello everyone, first of all i want say "Sorry about my bad english".
I have one huge problem on VBA code.
I have one form with 205 CommandButtons, who tak's they caption form excel sheet.After i press on some CommandButton opens next form where is my presed data, and also i have comboBox and TextBox in the bottom in form.I want for that ComboBox values is next 5 for my presed combobox.And one more thinks, also for that textbox, what code can be for save textbox value in correct place.
Short about my programm.
I have strart form where i choose doctor, each doctor have they main sheet, after select doctor apears next form who is with from 1 to 205 commandButtons who are takes the caption from excel sheet.After i press on one of these bottons show next form, who are showing my choose date, and in combobox next 5 times(Who are in CommandButtons values) and one TextBox where can type people name, i want know how can look code who are finding next values from my selectet time aand showing these on ComboBox and textBox value save in correct place.