Can anybody tell me .Why excel is not comming .When user click On BtPrint_click.Kindly let me know the idea.Any help would be highly appreciated.here is the following code what i have written.
Code:Private Sub btPrint_Click() Dim excl As Excel.Application Set excl = New Excel.Application ' Set excl = CreateObject(Excel.Application) excl.Visible = True Set excl = Nothing End Sub




Reply With Quote