I have declared my fixed array in a module.bas file
but when i try to run it i get an error "subscript out of
range"
run time error "9"
any ideas what im doing wrong???
then tried using my array called outskillsdataCode:Option Explicit Public outSkillsData()
help me what am i doing wrong?????Code:Dim noData As Boolean noData = False On Local Error Resume Next If UBound(outSkillsData, 2) = 0 Then noData = True On Local Error GoTo 0




Reply With Quote