VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
Or probably just this... Mattman (2 replies, 0 views) (2001-Jul-6) You could save yourself a declaration and a line of code like this (though I'm sure you could have figured it out yourself).
Dim lPtrPtr As Long
Dim bByte As Byte
lPtrPtr = VarPtr(VarPtr(bByte))
|