Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~17.6K People Reached
About Me

Went back to school at 38 and did bachelor of IT.
Been working with VB6 for some 4-5 years and switched to .net few months ago, no proper training so floundering at times...
Immigrated to NZ from Holland 26 yrs ago, great country!

Interests
Built a small aeroplane, living in a 1948 house bus. Love 70s-80s music.
PC Specs
XP, .net 2005. Fast machine, 1 gig ram
Favorite Forums
Favorite Tags
Member Avatar for daskeyboard

The title of this thread pretty much says it all - I would like to know how to open an already created excel spreadsheet (I want the application to launch). Thanks so much to anyone who has time to respond to this.

Member Avatar for kvprajapati
-2
16K
Member Avatar for RinoStoof

Hi there I am trying to open an existing spreadsheet from VB.net 2005. I used the code as given else where on your site: Dim xlsApp As Excel.Application Dim xlsWB As Excel.Workbook Dim xlsSheet As Excel.Worksheet Dim xlsCell As Excel.Range Dim xlsDatei As String xlsApp = New Excel.Application xlsApp.Visible = …

Member Avatar for YHUBZ
0
1K