T
Terence
Hi,
In Visual Basic, if we include the controls such as
DataGrid in the project, the corresponding file (OCX file)
must be distributed to the enduser's computer in order to
make it work in other computers beside the developer's
computer. We create a setup package and run it on
enduser's computer for distribution.
(1) I would like to include a DataGrid in my Excel macro
program. Do I have to do the control file distribution for
the endusers also? If I have to do it, how?
(2) Can anyone tell me how to put data of an ADO recordset
into a DataGrid in Excel macro?
Thanks in advance.
Terence
In Visual Basic, if we include the controls such as
DataGrid in the project, the corresponding file (OCX file)
must be distributed to the enduser's computer in order to
make it work in other computers beside the developer's
computer. We create a setup package and run it on
enduser's computer for distribution.
(1) I would like to include a DataGrid in my Excel macro
program. Do I have to do the control file distribution for
the endusers also? If I have to do it, how?
(2) Can anyone tell me how to put data of an ADO recordset
into a DataGrid in Excel macro?
Thanks in advance.
Terence