Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I would like to know, how to define named range in excel by programmatically with Visual Studio 2005 Tools for the Microsoft Office System Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.ThisWorkBook.Names.Add(.....);
Have a look at VBA Help files and the parameters for the method. If you are using C# use Type.Missing for optional variables "Matee" wrote: Hi, I would like to know, how to define named range in excel by programmatically with Visual Studio 2005 Tools for the Microsoft Office System Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a dynamic named range? | Excel Discussion (Misc queries) | |||
Using a formula to create named range reference | Excel Worksheet Functions | |||
create named range in each sheet in workbook | Excel Programming | |||
Create a Named Range in Excel with VBA | Excel Programming | |||
Create named range | Excel Programming |