View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maddoktor Maddoktor is offline
external usenet poster
 
Posts: 31
Default When data in TextBox2 matches data in TextBox1

Hi all,

I have developed a userform that when the user clicks the OK button, the
data entered is dumped onto Sheet2.

I would like for the data, once entered, that if the data into TextBox2 is
identical to the data entered into TextBox1, then all data should be dumped
onto Sheet1 instead.

What coding would I need to add to solve this problem.

Thanx in advance.