Thread
:
type mismatch
View Single Post
#
2
Posted to microsoft.public.excel.programming
ward376
external usenet poster
Posts: 360
type mismatch
One thing:
Dim i, j, k As Integer
You have to specify each dimensioned variable as a data type -
dim i as integer, j as long, k as integer
Which line generates the error?
Cliff Edwards
Reply With Quote
ward376
View Public Profile
Find all posts by ward376