Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Names Collection

In an earlier discussion, Jan Karel Pieterse wrote that wrn.newreport gets
created when using the report manager.

I don't recall ever using the report manager, but I've seen names that start
with wrn., too.

I figure that excel needs them. I shouldn't care about them (for the most
part!).

And this may make your name processing easier to check:

Jan Karel Pieterse's (with Charles Williams and Matthew Henson) Name Manager.

You can find it at:
NameManager.Zip from http://www.bmsltd.ie/mvp/


MarkC wrote:

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 to

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

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

'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"}

Cheers
Mark


--

Dave Peterson

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Names Collection

Dave,

Thanks for the information. I have downloaded the Report
Manager addin for Excel 2002 from the microsoft website
which appears to recognise the names created.

Cheers
MarkC

-----Original Message-----
In an earlier discussion, Jan Karel Pieterse wrote that

wrn.newreport gets
created when using the report manager.

I don't recall ever using the report manager, but I've

seen names that start
with wrn., too.

I figure that excel needs them. I shouldn't care about

them (for the most
part!).

And this may make your name processing easier to check:

Jan Karel Pieterse's (with Charles Williams and Matthew

Henson) Name Manager.

You can find it at:
NameManager.Zip from http://www.bmsltd.ie/mvp/


MarkC wrote:

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 to

Sheet1!

Z_02780717_35F7_4EAB_A61A_17F3BCED64B7_.wvu.PrintA rea
=Sheet1!$D$5:$F$18

Sheet1!Z_02780717_35F7_4EAB_A61A_17F3BCED64B7_.wvu .Rows

=Sheet1!$11:$14

'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"}

Cheers
Mark


--

Dave Peterson

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
template for dvd collection David Excel Discussion (Misc queries) 2 April 26th 10 11:35 PM
help with data collection! brandon roland[_2_] New Users to Excel 1 August 8th 07 10:09 PM
Does anybody have a CD collection template PeterM Excel Discussion (Misc queries) 2 November 27th 04 05:46 PM
Is a Collection the best option? Bradley Dawson Excel Programming 1 August 31st 03 08:14 PM
Sum textboxes in a collection Mark[_18_] Excel Programming 1 August 28th 03 04:17 AM


All times are GMT +1. The time now is 04:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"