Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nicky,
You would need to ask whoever developed the workbook - that is not a standard sheet. HTH, Bernie MS Excel MVP "pointlessness" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro needs data from hidden worksheet | Excel Programming | |||
How do I detect hidden worksheets or hidden data on a worksheet? | Excel Discussion (Misc queries) | |||
find hidden data in worksheet | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Saving hidden data with a worksheet (preferably without using a hidden sheet) | Excel Programming |