Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 30th, 2005, 10:21 AM
Authorized User
 
Join Date: Oct 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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





Similar Threads
Thread Thread Starter Forum Replies Last Post
Create excel file in vb monika.vasvani VB Databases Basics 0 July 17th, 2008 10:24 PM
Export C++ Class to VB.net application corto66 Visual C++ 1 March 15th, 2005 06:19 AM
VB.NET Class Builder Tek4VB VB.NET 0 April 5th, 2004 12:50 PM
New project, VB.NET Class Library eirikr BOOK: ASP.NET Website Programming Problem-Design-Solution 0 June 11th, 2003 05:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.