nvm found what was triggering the issue (not getting the proper value) - as you suggested, i´ve moved the public declaration to module, which solved the issue with the error, but then i was getting another error (9) about subscription or whatever and i found that there was another issue with the inner variable (that "u") which has to be arranged on the fly
this now gives the desired values in the msg box, and therefore I belive I´ll be able to use the variables elsewhere
yet again, you´ve said the day for me andy, thx a lot, I hope I´ll be able to finish it up now (i know there will be a lot of coding still but i believe that one wont be as complicated as this userform structure)
also if you´re interested in the complete app, I have no prob to show you after I´m finished, to give you exact idea what was the target....;-) just let me know here or via pm....;-)
once more thx a lot
best regards
Soul
EDIT: oh btw. I belive because the number given to "u" variable above those redims was solid and than few lines below it was moving from 0 to that solid value, that was to me the issue what was triggering vba to fail, cause those variables couldnt pick which one to use - if the solid one few lines above or the one from the "for to" statement....dunno if I explained my train of thoughts or made it more of a mess but i felt i should elaborate on the issue
Bookmarks