you can define a variable as an integer in 2 ways:
dim var as integer
'or
dim var%
in this case, if intcount has already been defined by "Dim intcount as integer", then I suspect that % is not needed. BTW, $ signifies string, # signifies double, & signfies long, ! means single.
HTH,
Chris