prabhafriend
11-29-2010, 04:30 AM
Sub (object_type as string)
Dim myobj as object
set myobj = object_type 'How to achieve this
End sub
For Example,
Set myobj = range
Set myobj = recordset
How to customize this?
Dim myobj as object
set myobj = object_type 'How to achieve this
End sub
For Example,
Set myobj = range
Set myobj = recordset
How to customize this?