Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All,
Just starting this vba thing and I've hit a prob. I've got a sub that asks some questions and if the response is correct it should open a userform for further data: msg = MsgBox("Are the savings over £6000?", vbYesNo) If Response = vbYes Then 'the user chose yes Tariff_HB.Show 'bring the form on screen End If If Response = vbNo Then 'the user chose no Exit Sub 'get out of it Which all seems to look OK (to me!) but the form doesn't load... What's wrong? Thanks in advance. Martin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to make a list/form Newbie!!!!! | Excel Discussion (Misc queries) | |||
Show Data Form | Excel Programming | |||
Help! Animated gif-image in form does not show animation when form loaded | Excel Programming | |||
Trouble with filtering form - newbie | Excel Programming | |||
Show' Read Only' On A Form | Excel Programming |