Thread
:
If Then Statement in VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ron Coderre[_5_]
external usenet poster
Posts: 91
If Then Statement in VBA
Try this:
If Len(Range("n6").Value) = 3 Then
SendKeys "{F2}"
Else:
SendKeys "{F10}"
End If
Does that help?
--
Regards,
Ron
Reply With Quote
Ron Coderre[_5_]
View Public Profile
Find all posts by Ron Coderre[_5_]