Feb 16, 2004 #1 Smithsco Technical User Mar 30, 2003 89 AU Is it possible to count the number of tabs that are in a line?
Feb 16, 2004 1 #2 PHV MIS Nov 8, 2002 53,708 FR Try something like this: Code: MsgBox UBound(Split(myLine,vbTab)) Hope This Help, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 Upvote 0 Downvote
Try something like this: Code: MsgBox UBound(Split(myLine,vbTab)) Hope This Help, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884