请问UBound函数是做什么的?
names = Split(email, "@")if UBound(names) <> 1 then
IsValidEmail = false
exit function
end if
2005-09-15 18:19
2005-09-15 19:34
2005-09-15 22:56
2005-09-16 08:00
2005-09-16 08:00