Hidden 'data' worksheet

G

Guest

Can someone let me know what the hidden worksheet called 'data' is for in
certain Excel workbooks? I'm guessing it's a store for some function like
pivot tables or something similar but just wanted to find out as I can't find
any reference to it.

I was doing some vb.net programming to import data from an Excel worksheet
using oledb. I first load all worksheet names to allow the user to select a
worksheet. In the list of worksheets, I remove ones containing
"$_FilterDatabase", "$Print_Area", "$Print_Titles" etc. There is one
worksheet called "data" that I have never come across. It is not an
xlveryhidden as I tried code to unhide all sheets. I can import data from the
sheet in vb.net but I can't find a way to view it. The full name doesn't
contain "'" or "$" characters and must be some sort of Excel system sheet.

I just want to find out more about it and whether I should exculde it from a
list of worksheets to import data from.

Thanks,

Nicky
 
B

Bernie Deitrick

Nicky,

You would need to ask whoever developed the workbook - that is not a standard sheet.

HTH,
Bernie
MS Excel MVP
 

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

Top