E
Erin Simons
My code is as follows. Please note that I can't get it to run past the first
line so I wouldn't be surprised if it is all be wrong!!
Sub Button2_Click()
Worksheets("Minutes").Activate
For Counter = 0 To UBound(Action1)
If Actions1.Text Then
Actions1.Copy
End If
Next Counter
End Sub
I get a "type mismatch" error on the line:
For Counter = 0 To UBound(Action1)
and i'm unsure what is wrong with it. Action1 is the name I have given to
my range (I just selected the range and named it). What am I doing wrong??
Thanks in Advance...
line so I wouldn't be surprised if it is all be wrong!!
Sub Button2_Click()
Worksheets("Minutes").Activate
For Counter = 0 To UBound(Action1)
If Actions1.Text Then
Actions1.Copy
End If
Next Counter
End Sub
I get a "type mismatch" error on the line:
For Counter = 0 To UBound(Action1)
and i'm unsure what is wrong with it. Action1 is the name I have given to
my range (I just selected the range and named it). What am I doing wrong??
Thanks in Advance...