|
-
Mar 8th, 2008, 05:17 PM
#1
Thread Starter
Addicted Member
open Excel doesn't stay open
Hi all,
I have code to open my Excel sheet, but it only opens for a second, how do I get it to stay open to view the data??? this is Vb.net
THanks so much
Dim xlsApp As Excel.Application
Dim xlsWB As Excel.Workbook
Dim xlsSheet As Excel.Worksheet
xlsApp = New Excel.Application
xlsApp.Visible = True
xlsWB = xlsApp.Workbooks.Open("C:\Temp\Stuff.xls")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|