G
Gautam
The following statement gives an error of type mismatch in a macro
ActiveSheet.Cells(j, colcount) = (data(j, i)) / 587
where array data in a variant type
tried changing through CVar but failed
Could anyone solve this
ActiveSheet.Cells(j, colcount) = (data(j, i)) / 587
where array data in a variant type
tried changing through CVar but failed
Could anyone solve this