B
Brian B
Hello,
Not sure what I'm doing wrong here in Visual Studio 2008, but I've included
the following Namespaces and still the compiler is complaining that 'Range'
is not a member of '[TitleofDocument].vb':
Imports Microsoft.Office.Core
Imports Excel = Microsoft.Office.Interop.Excel
Imports System
Imports System.Reflection
Imports Extensibility
imports System.Runtime.InteropServices
....I need 'Range' to be able to move about the spreadsheet that I'm
formatting. I have setup the proper COMs as well. My references are as
follows:
Microsoft Excel 12.0 Object Library
Microsoft Office 12.0 Object Library
any help would be appreciated,
thanks,
Brian
Not sure what I'm doing wrong here in Visual Studio 2008, but I've included
the following Namespaces and still the compiler is complaining that 'Range'
is not a member of '[TitleofDocument].vb':
Imports Microsoft.Office.Core
Imports Excel = Microsoft.Office.Interop.Excel
Imports System
Imports System.Reflection
Imports Extensibility
imports System.Runtime.InteropServices
....I need 'Range' to be able to move about the spreadsheet that I'm
formatting. I have setup the proper COMs as well. My references are as
follows:
Microsoft Excel 12.0 Object Library
Microsoft Office 12.0 Object Library
any help would be appreciated,
thanks,
Brian