F
Francesco M.
Hi all,
I use this function to iterate through a vertical range of cells:
Set zone = Sheets(1).Range([A1], [A1].End(xlDown))
For Each dom In zone
.....
Next
Unfortunately after I have installed SP3 on Excel 2002 this doesn't work anymore.
The compiler issues an error on the blocks delimited by parenthesis
([A1] f.example).
Has something changed that disallow reading a range of cells ?
Hope somebody can help me...
Thanks alot
Francesco
I use this function to iterate through a vertical range of cells:
Set zone = Sheets(1).Range([A1], [A1].End(xlDown))
For Each dom In zone
.....
Next
Unfortunately after I have installed SP3 on Excel 2002 this doesn't work anymore.
The compiler issues an error on the blocks delimited by parenthesis
([A1] f.example).
Has something changed that disallow reading a range of cells ?
Hope somebody can help me...
Thanks alot
Francesco