HughLerwill
Programmer
Dear All,
I'm manipulating some Excel Workbooks using VB6.
When pasting into a Sheet range the area pasted appears highlighted. It is possible to drop the highlight by doing something like;
Sheets(1).Cells(1,1).Select (or Activate)
but this will only work if the Sheet(instance of Excel) is visible. How can I get rid of the highlight on a Sheet which is not visible?
CutCopyMode is not doing it for me.
regards Hugh
I'm manipulating some Excel Workbooks using VB6.
When pasting into a Sheet range the area pasted appears highlighted. It is possible to drop the highlight by doing something like;
Sheets(1).Cells(1,1).Select (or Activate)
but this will only work if the Sheet(instance of Excel) is visible. How can I get rid of the highlight on a Sheet which is not visible?
CutCopyMode is not doing it for me.
regards Hugh