Hi,
I have a bit of code which goes like this
Range("c3").Select
If Not IsEmpty(ActiveCell.Value) Then
Me.TextBox174 = Range("c3")
End If
I need to add to this, if the cell is empty do nothing/stop the code. Is this possible????
Thanks
James
I have a bit of code which goes like this
Range("c3").Select
If Not IsEmpty(ActiveCell.Value) Then
Me.TextBox174 = Range("c3")
End If
I need to add to this, if the cell is empty do nothing/stop the code. Is this possible????
Thanks
James