I am having trouble acessing Variables that I am declaring in the Module. When I try to use these variables that I declared in the Module [module code](Dim strname as string) I try to use them like [procedure code](txtname.text=strname) they come up as not delcared.

If anyone can help as to how to use global variables it would be greatly appreciated.