![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2004
Posts: 1
Rep Power: 0
![]() |
ok i got 2 forms going and i need a integer type variable with an array 0 to 5 that works in all subs and both forms. whats the code n where do i put it?
|
|
|
|
|
|
#2 |
|
PFO Founder
![]() ![]() |
well the only way i can get this to work is if i use a module to do it. so i recommend adding a module and do the
Option Explicit Public intarray(0 To 5) As Integer ![]() to add a module jst go the project button and then go down to add module and then it will give you a choice of different modules jst choose the basic normal module and then add the code i posted above in there and use it from there hope this helps and good luck
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|