|
Ok, a new error for me:
After I save my gear, make a few modifications (or even do nothing) and then hit the Load button, I get the following error:
Run-time error '1004': Application-defined or object-defined error.
When I head to debug, it breaks on this line:
cell.value = Cells(row, col).value
I watched some of the variables and this is what I get. Not knowing exactly how everything is coded, I'm not sure what it means.
row is currently = 13
col is currently = 53
cell.value = "Achieved"
cell.column = 2
Cells(Row, col).Value = "Achieved"
Last edited by Pesmerga : 07/02/07 at 1:34 PM.
Reason: Readability
|