Hi all, I have a very small problem that i want to print on form, I wrote code under commandbutton1:
Dim MyVar
MyVar = "Hello."
Debug.Print MyVar
but it doesnt work? could u pls tell my how i can just put a line on form on left top corner? Thx a lot
Dim MyVar
MyVar = "Hello."
Debug.Print MyVar
but it doesnt work? could u pls tell my how i can just put a line on form on left top corner? Thx a lot
Comment