I have to replace the cell values in a user form.
Cell A1 contains "Thomas"
Cell A2 contains "1000"
In a excel vba form, there are two textboxes
txtbox1 and txtbox2
I enter following text in txtbox1 :
Hello [A1], your outstanding is $[A2]
on exiting txtbox1,
I need code to display the txtbox2 with:
Hello Thomas, your outstanding is $1000
Thanks in advance
Cell A1 contains "Thomas"
Cell A2 contains "1000"
In a excel vba form, there are two textboxes
txtbox1 and txtbox2
I enter following text in txtbox1 :
Hello [A1], your outstanding is $[A2]
on exiting txtbox1,
I need code to display the txtbox2 with:
Hello Thomas, your outstanding is $1000
Thanks in advance