Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am going through some example vba procedures in a book. The book is
copyrighted 2006. I'm assuming it is because I'm using excel 2007 but this procedure doesn't work. It says "invalid use of New keyword". Can you tell me how to fix it? Sub TestSheetClass() Dim obj1 As New Sheet1, obj2 As New Sheet1 obj1.Name = "New name" Debug.Print obj2.Name ' Reset name back to original. obj2.Name = "Start here" End Sub The point of this example is there can only be one name for an object but now I wonder why it doesn't create the new object. tia, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Macro/VB Question DDE Question | Excel Worksheet Functions | |||
2007 Excel Tab Question | Excel Discussion (Misc queries) | |||
Excel 2007 question | New Users to Excel | |||
Two question about Excel 2007 | Excel Worksheet Functions | |||
Excel 2007 vba question | Excel Programming |