Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a module in my excel spreadsheet that has following code in it.
Sub GetPicture Dim xlsheet as Excel.Worksheet Set xlsheet = New Excel.Worksheet .... .... Set xlsheet = nothing End Sub The objective is to create a new temporary worksheet within the Sub and destroy it at the end of sub so that the other worksheets do not have to be disutrbed. When I execute the first statement I get the following error. Error num 430 Class does not support automation or does not support expected interface. I tried the statement Set xlsheet = CreateObject("Excel.Worksheet"), but that fails too with the message "Acitvex object cannot create object" Please help -- M |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
getting support | New Users to Excel | |||
I need some support | Excel Discussion (Misc queries) | |||
XML support | Excel Discussion (Misc queries) | |||
Run-time error '430' / Class doesn't support Automation | Excel Programming | |||
Class doesn't support Automation... | Excel Programming |