
02/06/2008, 16:26
|
 | | | Fecha de Ingreso: enero-2008
Mensajes: 269
Antigüedad: 17 años, 3 meses Puntos: 1 | |
problemas con vb hola...
alguien me puede ayudar con este codigo :
Sub Descargar_Objetos(rst As Recordset, _
bd As Database, _
Obj_Excel As Object, _
Obj_Hoja As Object)
Set rst = Nothing
bd.Close
Set bd = Nothing
Obj_Excel.ActiveWorkbook.Close False
Obj_Excel.Quit
Set Obj_Hoja = Nothing
Set Obj_Excel = Nothing
End Sub
cuando corro el programa me marca este error::
User-defined type not defined--------
las referencia que he agregado son la de excel,acces, Activex objects 2.5, data formatting
puede ser que sean referencias pero el problema es que no se cual sea...
alguien me puede decir
saludos.. |