TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
maayah2000
NA
11
0
please answer me
Dec 13 2004 6:39 AM
HI i wrote this code put at run time there is an error mssege it is aditional information:object reference not set to an instance of an object at line oSheet = oBook.Worksheets(1) i need from this programm to open excel sheet and get data from it Dim obj As Excel.Application obj = CreateObject("Excel.Application") Dim oBook As Excel.Workbook obj.Visible = True Dim oBooks As Object = obj.Workbooks.Open("c:/test2.xls") Dim oSheet As Object oSheet = oBook.Worksheets(1) obj.Quit() thanks
Reply
Answers (
1
)
event problem
Why the name of control is not updated in their event handlers