02-17-2026, 01:51 AM
If your calling the creation from within a Sub and the variable iy isnt shared then the sub cant access it.
So i.e
DIM Shared AS INTEGER Iy
Would probably fix it
Though without your full code this is just a guess...
Unseen
So i.e
DIM Shared AS INTEGER Iy
Would probably fix it
Though without your full code this is just a guess...
Unseen

