Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a sheet1 with a lot of numbers and Text, in the module to this sheet i
have a VB code. Depending of what choices the user makes a new form appears. The form has 3 CmdButtons, called Ok, Next, Cancel. It's like this: If ActiveSheet.Range("e" & EnviromentRow).Value="b6" then Beep Load FrmNewInput FrmNewInput.Show The form code is like this: (The code for the Ok button) Private Sub CmdOk_Click() ''missing something'''' Me.Hide End Sub ''''And then it should "go back" to the module and something like this: If FrmNewInput.CmdCancel = True Then '''''If the user press the cancel button Exit Sub ElseIf FrmNewInput.CmdOk = True Then msgbox Else FrmNewInput.CmdNext = True then msgbox End If This is not correct i know that, but what is wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how many people are scheduled between... | Excel Worksheet Functions | |||
Need help of you people | Excel Worksheet Functions | |||
Need help of you people | Excel Worksheet Functions | |||
Why do people use SUM() unnecessarily? | Excel Discussion (Misc queries) | |||
new user with easy question? not easy for me | New Users to Excel |