stnkyminky
Programmer
I've got a string, ex. xxx,yyy,zzzz,10.50 I need to strip the 10.50 off of the string. In VB I would use InStrRev (searches the string from back to front) to get the position of the last comma. Is there a comparable function in VBA to do that has the same functionality? Scott
Programmer Analyst
<><
Programmer Analyst
<><