Eliminating a split

  • Thread starter Thread starter Joanne Hickey
  • Start date Start date
J

Joanne Hickey

I have a spreadsheet that every time I go to the specific
sheet, it goes to cell T21 and has a split.
I have removed the split, gone to A1, saved and closed.
When I come back, and look at the sheet, it appears OK.
If I click on another sheet and then come back again to
the sheet that should have no split -- there it is again!
Any help would be appreciated.
 
Maybe you have an event macro trying to help.

If you open the workbook with macros disabled, does it still happen?

You may be able to see some code under the worksheet module (rightclick on the
worksheet tab and select view code). If there's code there, maybe it's
"helping" you.

You'll want to look under the ThisWorkbook module and in General modules, too.

If you find code that looks Greek, post back with a copy--not the workbook--and
I'm sure you'll get some more help.
 
Back
Top