Results 1 to 2 of 2

Thread: Excel function that returns range address

  1. #1

    Thread Starter
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Excel function that returns range address

    Is there any native Excel function that returns the equivalent of the VBA function range.address?

    I can create a unique function in VBA or use =cell("address",A1) & ":" & cell("address",B6), but would prefer a built-in function that allows "click-and-drag".

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Excel function that returns range address

    No. You can also cobble something together using ADDRESS, but it's not really any better than what you've got.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

Posting Permissions

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



Click Here to Expand Forum to Full Width