+ Reply to Thread
Results 1 to 2 of 2

Create named range

  1. #1
    Matee
    Guest

    Create named range

    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. #2
    Shayne
    Guest

    RE: Create named range

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1