I need a macro that finds out how many characters there are in cell and if there are more than a certain amount I need to run another macro.
I need a macro that finds out how many characters there are in cell and if there are more than a certain amount I need to run another macro.
Does this help?
![]()
Sub skip2mylew() MsgBox Len(ActiveCell) If Len(ActiveCell) > 3 Then 'DO SOMETHING End If End Sub
Thanks John. Just what I needed.
You're welcome. Glad to help out and thanks for the feedback.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks