Thread
:
Please help with this error
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ivan Raiminius
external usenet poster
Posts: 258
Please help with this error
Hi Alvin,
on error resume next
side =Mid(folder, (InStrRev(folder, "_") + 1))
if err< then
err = 0
' underscore not found
else
'underscore found
end if
on error goto 0
Regards,
Ivan
Reply With Quote
Ivan Raiminius
View Public Profile
Find all posts by Ivan Raiminius