Question : Excel VBA - Public variable "Out of context"

Hi

I have declared a variable at the top of a module as follows:
Public oNewItem as String
The variable is assigned a value in another  module but seems to lose it at the end of the procedure.
When I add a watch I see at this point.

Thanks

Answer : Excel VBA - Public variable "Out of context"

That means you have defined that same variable name inside the routine. Change it's name in the routine or remove it altogether.

Kevin
Random Solutions  
 
programming4us programming4us