Posted to microsoft.public.excel.programming
|
|
clear object
Have you tried
set orders = nothing
set orders = new objName
Robin Hammond
www.enhanceddatasystems.com
"Steve" wrote in message
...
Hi, I have created an object "Orders" with twenty properties.
Is there any instruction I can use to clear all the properties of the
object
without having to go
Orders.OrderID=""
Orders.AttemptID=""
etc.
Thanks
|