Hi,
Please can someone help me?
I would like to alter the following code so it searches all my workbooks sheets instead of just one.
Here is my code:
Private Sub CommandButton1_Click()Dim at As Long, LR As Long, x As Long, j As Long, val As Double
If TextBox1.Value = "" Or TextBox1.Value =...