How to create an Excel Range class using vb.net?
I want to create a class inheriting the Excel Range object. However, even with a reference to Excel 11.0 in my project, the following is not allowed because range is not a class (even though it is an Excel Object).
Imports Microsoft.Office.Interop.Excel
Public Class RotInfo
Inherits Range
End Class
Any ideas?? Thanks.
vmz
__________________
vmz
|