problem when inserting or deleting cells

  • Thread starter Thread starter funkymonkUK
  • Start date Start date
F

funkymonkUK

HI I have a workbook which i am trying to either insert individual cells
or entire rows/columns and get the following message:

To prevent possible loss of data, Microsoft Excel cannot shift nonblank
cells of the worksheet.

Try to delete or clear the cells to the right and below your data.
Then select cell A1, and save your workbook to reset the last cell
used.?

Or, you can move the data to a new location and try again.

(OK BUTTON)


What is this error message for and how do I get rid of it?
 
Good afternoon FunkymonkUK

You have data in your worksheet that is stopping you from inserting
rows/columns If you cannot insert a single row / column, then you
have a value in cell IV65536. If you can't find it, delete all columns
after your "last" column and all rows after your "last" row, and then
try inserting a row. You'll probably find this cures it.

Alternatively, try Edit > Go To, Special, Last Cell, OK should take you
to it...

HTH

DominicB
 
what it means i sthat you haev data in column IV so that when you insert a
column, the data in IV will be shifted off....
either make sure that the last column is empty or try

Application.DisplayAlerts = False
 
Thanks that helped me, what i found was all the cells were hidden except
a1:x44
now what had happened as in the hide rows the back ground colour as
chosen right up to column IV therefore everytime I inserted row/cloumn
it would bring up this error.

I then just formatted the cells involved as no background and it works
great now thanks a lot :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top