Dim t As Integer Dim t1 As Integer how can i declare them globally guys, so i can use them in any form/module/class etc
I usually setup a Module for Globals variables. Code: Global t as Integer Global t1 as Integer
Global t as Integer Global t1 as Integer
me, im using VB Code: Public t as integer public t1 as integer
Public t as integer public t1 as integer
Forum Rules