View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Somethings Missing . . . . .

Your assumption of links in charts is probably correct. Try this unless
there is any kind of shape you want to keep.

Sub ShapesCut()
For Each S In ActiveSheet.Shapes
S.Cut
Next
End Sub
--
Don Guillett
SalesAid Software

wrote in message
oups.com...
All,

I have an excel sheet which looks like it has 3 lines ( I thought they
were borders ) but I cant get rid of them.

When I try to select the two rows (one above the line and one below)
and delete them. The lines stay there.

Out of desperation I deleted everything on my spreadsheet, and now I
have a blank spreadsheet with three straight lines on it.

Here the odd part, when I try to add a row I now get an error message
telling me "your formulat contains an invalid external reference to a
wroksheet" So now I know that something is there, but I have no way of
finding out what.

A whil back I had this problem and it ended up being charts there we
too small for my mouse to select. Someone pointed me to little program
which went through and found litle stuff like htis.

Any ideas?

Doug