Hi,
Error:"Object not found ..."
Reasons:When excel column reach "AB" chr(i) no longer working
Question:Any workaround/fix ?
i=97
For x = Lbound(ArrName) To Ubound(ArrName)
i = i + 1
ctr = ctr + 1
xlSheet.Range(Trim(Chr(i)) & Cstr(ctr)).Value = ArrName(x)
..
A=Chr(65)...Z=Chr(90)
How you want to fill your sheet?
Usually it is filled by column like this:
Open in new window