Thread
:
If Then Statement in VBA
View Single Post
#
1
Posted to microsoft.public.excel.programming
John
external usenet poster
Posts: 2,069
If Then Statement in VBA
If Range("n6").Value.Len = 3 Then SendKeys "{F2}" Else: SendKeys "{F10}"
End If
Can someone help with this statment...
Reply With Quote
John
View Public Profile
Find all posts by John