G
Gary
Hi,
i am using MSAccess and trying to build an Excel sheet
i am using range method to put some values which i get at runtime
i am getting an error - Run time Error '1004'
Method 'Range'of object '_Worksheet' failed
this is the sample code i am using
xlSht.Range("A" & Val(lngrow + 26)).Value = rst!COLRNM
this line is actually in a loop, and executes fine a few times but raises
this error intermittently.
Please help
Gary
i am using MSAccess and trying to build an Excel sheet
i am using range method to put some values which i get at runtime
i am getting an error - Run time Error '1004'
Method 'Range'of object '_Worksheet' failed
this is the sample code i am using
xlSht.Range("A" & Val(lngrow + 26)).Value = rst!COLRNM
this line is actually in a loop, and executes fine a few times but raises
this error intermittently.
Please help
Gary