T
Tan Arthur via OfficeKB.com
Hi All ,
I need to repeat the below task at different cell . E.g C8 ,D20 , C21 ...
Dim sRange As String
sRange = "C8"
Range(sRange).Select
If IsEmpty(ActiveCell) = True Then ?..
Else ??
End If
Would appreciate someone can help , thanks.
I need to repeat the below task at different cell . E.g C8 ,D20 , C21 ...
Dim sRange As String
sRange = "C8"
Range(sRange).Select
If IsEmpty(ActiveCell) = True Then ?..
Else ??
End If
Would appreciate someone can help , thanks.