jtlearning
Computer
- Aug 2, 2002
- 2
Help!!!
I did something I can't find my way out of.
I wrote this code in a subroutine
sub delete_embedded_chart()
Sheets("ChartMaster"
.Select
ActiveSheet.ChartObjects(1).Select
ActiveChart.ChartArea.Select
ActiveWindow.Visible = False
Selection.Delete
end sub
My spreadsheet no longer displays. When I open it, it seems to be hinding in memory somewhere. I went into the VB Editor and I can see all the objects on the left. If I right-click the "view object" is greyed out.
I have tried several things to make it display, but I don't know how to get it back.
Any ideas?
I did something I can't find my way out of.
I wrote this code in a subroutine
sub delete_embedded_chart()
Sheets("ChartMaster"
ActiveSheet.ChartObjects(1).Select
ActiveChart.ChartArea.Select
ActiveWindow.Visible = False
Selection.Delete
end sub
My spreadsheet no longer displays. When I open it, it seems to be hinding in memory somewhere. I went into the VB Editor and I can see all the objects on the left. If I right-click the "view object" is greyed out.
I have tried several things to make it display, but I don't know how to get it back.
Any ideas?