Thread
:
Workbooks.Open(filename) : Returning err: Object reference not... (in VB.NET)
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jim Rech
external usenet poster
Posts: 2,718
Workbooks.Open(filename) : Returning err: Object reference not... (in VB.NET)
Knowing nothing about
VB
.NET doesn't stop me. Does this works:
exl = New Excel.Application()
wrkBK = exl.Workbooks.Open("somefile.xls")
--
Jim Rech
Excel MVP
Reply With Quote
Jim Rech
View Public Profile
Find all posts by Jim Rech