Hey,
Is there any way that i can introduce threading in VBA.
I have a piece of code as if one user is running that code other should wait.just like making lock at start and unlocking at end.
how could i do this.
thanks