Hello i have got code whereby i get can error overflow on the line
and if i change to this
then it works however then it is only copying the first row which is the title only.
can someone help me please
BTW Dim i as long it is variable set as
VBA Code:
If i = 100 Or i = r.count Then Exit For
VBA Code:
If i = 100 Or i = r.CountLarge Then Exit For
can someone help me please
BTW Dim i as long it is variable set as