T
tapanmishra
Hi
I am using one of the dialogueSheet function. i am getting subscript
out of range in the first line . can anyone suggest anything. help is
appreciated.
Dim DBoxOk As Boolean
Dim DBox As DialogSheet
Sub InitMainMenu()
' Set object variables
Set DBox = DialogSheets("bomenu")
Set monthlist = DBox.DropDowns("month_list")
Set yearlist = DBox.DropDowns("year_list")
Set rucoa = DBox.CheckBoxes("ru_coa")
Set rustate = DBox.CheckBoxes("ru_state")
Set rubas = DBox.CheckBoxes("ru_bas")
what does "bomenu" means . can it be any word or it is some
pre-requisite.
thanks
tapan
I am using one of the dialogueSheet function. i am getting subscript
out of range in the first line . can anyone suggest anything. help is
appreciated.
Dim DBoxOk As Boolean
Dim DBox As DialogSheet
Sub InitMainMenu()
' Set object variables
Set DBox = DialogSheets("bomenu")
Set monthlist = DBox.DropDowns("month_list")
Set yearlist = DBox.DropDowns("year_list")
Set rucoa = DBox.CheckBoxes("ru_coa")
Set rustate = DBox.CheckBoxes("ru_state")
Set rubas = DBox.CheckBoxes("ru_bas")
what does "bomenu" means . can it be any word or it is some
pre-requisite.
thanks
tapan