No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
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
2 Posted Topics
Re: Hi there I used the code as given but I get an error as follows: System.Runtime.InteropServices.COMException was unhandled ErrorCode=-2147417851 Message="The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))" Source="Interop.Excel" StackTrace: at Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, … | |
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 = … |
The End.