Please post the method/procedure code in which you are trying to accomplish this. From what I've seen, usually when you get an error like that, it means that you're trying to reference a column/row by using a hard coded index value that's different from the column/row that you actually want to update. I do that all the time, and have started to use the IndexOf function instead of hard coding indices to avoid the issue.
↧