Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me why I'm getting an error here? I'm using Visual Studio
2005 Dim LCV = New Excel._ExcelApplication LCV = CreateObject("Excel.Application") Dim LCVWkbk As Excel.Workbook LCVWkbk = LCV.Workbooks.Open("C:\Documents and Settings\temp.xls") LCV.Visible = True Dim LCVSheet As Excel.Worksheet = LCVWkbk.Sheets(1) I have an error here ^ saying COMException unhandled |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Indexing | Excel Discussion (Misc queries) | |||
Tab indexing | Excel Discussion (Misc queries) | |||
Indexing | Excel Discussion (Misc queries) | |||
Indexing value fro each new worksheet | Excel Worksheet Functions | |||
Indexing of Name | Excel Worksheet Functions |