View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MarkC[_2_] MarkC[_2_] is offline
external usenet poster
 
Posts: 2
Default Names Collection

I am working with the names collection witihin an Excel workbook VB project. I have noticed that the names collection contains the following names amongst many others

I know the first two names relate to Custom Views and were generated by Excel but I do not know what the second two names refer to. I am guessing these these were also generated by Excel.

Does anyone know what the second two names refer t

Sheet1!Z_02780717_35F7_4EAB_A61A_17F3BCED64B7_.wvu .PrintArea =Sheet1!$D$5:$F$1

Sheet1!Z_02780717_35F7_4EAB_A61A_17F3BCED64B7_.wvu .Rows =Sheet1!$11:$1

'I&I data'!wrn.BW._.print. ={"Black & White print",#N/A,FALSE,"Cust4";"Black & White print",#N/A,FALSE,"Cust5";"Black & White print",#N/A,FALSE,"Cust6";"Black & White print",#N/A,FALSE,"Cust7";"Black & White print",#N/A,FALSE,"Cust8";"Black & White print",#N/A,FALSE,"Cust9"

'IT&Ops data'!wrn.BW._.print. ={"Black & White print",#N/A,FALSE,"Cust4";"Black & White print",#N/A,FALSE,"Cust5";"Black & White print",#N/A,FALSE,"Cust6";"Black & White print",#N/A,FALSE,"Cust7";"Black & White print",#N/A,FALSE,"Cust8";"Black & White print",#N/A,FALSE,"Cust9"

Cheer
Mark