does anyone know how to create an excel spreadsheet by clicking a button in visual basic 6.0?
working with excel and vb 6.9
Collapse
X
-
Tags: None
-
Originally posted by kadgharHi, you can try this out:
Code:Dim sheet As Object Set sheet = CreateObject("excel.application") sheet.Visible = True
hey! it just opens an excel something in the toolbar for less than a second and then disapear. thanks for helpingComment
-
Originally posted by xavierrangelhey! it just opens an excel something in the toolbar for less than a second and then disapear. thanks for helpingComment
Comment