Hey all,
Okay. I have some coding(alot) but here is the small of it
A private sub RTF1_keyup(KeyCode As Integer, Shift As Integer)
and private sub lstSMART_keypress(KeyAscii As Integer)
about 800 lines of code. if the user keyup/keypress 5 different keys then a smart lsitbox opens. Would it be easier to put each different keyup/keypress in a class module or module and use Case Select and Load each if is selected?
Aaron
Fear is the mind killer!!!!!!
Okay. I have some coding(alot) but here is the small of it
A private sub RTF1_keyup(KeyCode As Integer, Shift As Integer)
and private sub lstSMART_keypress(KeyAscii As Integer)
about 800 lines of code. if the user keyup/keypress 5 different keys then a smart lsitbox opens. Would it be easier to put each different keyup/keypress in a class module or module and use Case Select and Load each if is selected?
Aaron
Fear is the mind killer!!!!!!