If you can, how can you open an xl app within your vb app..ie..inside the vbForm
Wayne
Printable View
If you can, how can you open an xl app within your vb app..ie..inside the vbForm
Wayne
if you mean open the excel inside the form, not as a seperate piece, you need to use an ActiveX component as far as I know.
OLE Object
How do I use ole
I've used
dim oxl as object
etc
etc.
but that won't cut it..it opens outside the form as a seperate window.
Thanks,
Wayne