Named range
by Philipp.Landmann
 |
REPLY TO AUTHOR
|
 |
|
|
 |
REPLY TO GROUP
|
 |
|
Hey everybody!
It´s even more fun now with my named range problem.
When I give the sheets these names:
mWb.setSheetName(0, "first sheet");
mWb.setSheetName(1, "second sheet");
mWb.setSheetName(2, "third sheet");
It´s no problem.
But when I give them these names or any other:
mWb.setSheetName(0, "tech sheet");
mWb.setSheetName(1, "log sheet");
mWb.setSheetName(2, "com sheet");
I get the message:
Name darf integriertem Namen nicht gleichen (Name may not equal integrated name)
Alter Titel: Drucktitel
Neuer Titel: ...
Any ideas?
Bookmark with:
Delicious
Digg
reddit
Facebook
StumbleUpon
opensubscriber is not affiliated with the authors of this message nor responsible for its content.
|