05-21-2012, 05:14 PM
Hi,
Try this
Thanks,
Arul.D
Try this
Code:
Dim a
strURL="https://cs11.salesforce.com/00QZ0000001J1zV"
a=Split(strURL,"/")
Msgbox Ubound(a)
Thanks,
Arul.D