View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KR KR is offline
external usenet poster
 
Posts: 121
Default 'extra' file in VBE project- can't delete it? XL2003

I started modifying an existing file...but I just noticed something that I
haven't seen before.

In the project window, under the MS Excel objects sub-folder, I normally see
each of my worksheets (with a little grid icon), and a "ThisWorkbook" with a
page icon with the Excel "XL" icon on it.

In this particular workbook, there is an /addition/ item with the page/XL
icon, and it is called "Sheet9". It doesn't appear to have any code; and the
listboxes at the top of the code page give me the "general" and "workbook"
options, just like the "ThisWorkbook" file.

I've tried everything I can think of to delete it, but can't find any way to
do so. I can export it successfully, just can't delete it.

Any thoughts on how to get rid of this file?
Thanks!
Keith