Thread
:
Invalid procedure call or argument: 'AscB'
View Single Post
#
2
(
permalink
)
January 28th, 2004, 01:29 PM
bmains
Friend of Wrox
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Try:
Code:
'Subtract one from length value for I = 1 to LenB(stats.Value) - 1 S = S & ... next
I believe the ascB function may be trying to access data that isn't there.
Brian
bmains
View Public Profile
Find all posts by bmains