I'm bumping to this error with this code... Anyone know how can it be fixed? I tried several different options but none seem to work...
Private Sub TextBox1_AfterUpdate()
With Me
Dim sht1 As Worksheet, sht2 As Worksheet, wb As Workbook
Set wb = ActiveWorkbook
Set sht1 =...