T
tercerojista
I have a problem that I can't solve. I have an Excel workbook with
two worksheets. One worksheet shows all "Outstanding" issues, the
other shows all "Resolved" issues. The structure of the worksheets is
identical. When an issue is resolved, the status of the issue on the
"Outstanding" worksheet changes to "Resolved". Then, when the "Update
workbook" button is pressed, the details of the issue - the entire
range for that row, including both hidden and visible columns - are
moved from the "Outstanding" sheet to the "Resolved" sheet.
When I test this code, everything works without any problems. But on
occasion, when the data is copied across, some or all of the data is
lost. Sometimes, issues have vanished completely. Sometimes, only
some of the data has been copied across.
My hunch is that this problem is related to the hidden columns. Has
anyone else experienced anything similar, or do you have any
suggestions as to what may be going wrong? Like I say, I can't
recreate the problem. I've taken the last saved version of workbooks
where this has happened, and tested it, and everything worked fine.
But I'm reluctant to put this down to something that the users are
doing, as I can't see how they'd get the workbooks to do this either
(without a lot of work on their part).
two worksheets. One worksheet shows all "Outstanding" issues, the
other shows all "Resolved" issues. The structure of the worksheets is
identical. When an issue is resolved, the status of the issue on the
"Outstanding" worksheet changes to "Resolved". Then, when the "Update
workbook" button is pressed, the details of the issue - the entire
range for that row, including both hidden and visible columns - are
moved from the "Outstanding" sheet to the "Resolved" sheet.
When I test this code, everything works without any problems. But on
occasion, when the data is copied across, some or all of the data is
lost. Sometimes, issues have vanished completely. Sometimes, only
some of the data has been copied across.
My hunch is that this problem is related to the hidden columns. Has
anyone else experienced anything similar, or do you have any
suggestions as to what may be going wrong? Like I say, I can't
recreate the problem. I've taken the last saved version of workbooks
where this has happened, and tested it, and everything worked fine.
But I'm reluctant to put this down to something that the users are
doing, as I can't see how they'd get the workbooks to do this either
(without a lot of work on their part).