+ Reply to Thread
Results 1 to 2 of 2

copy a link from one col to another via a formula

  1. #1
    Confused
    Guest

    copy a link from one col to another via a formula

    I have 25 worksheets in 1 book, 24 are accounts and 1 summary(sorted) with
    links back to the accounts. I need to be able to retrieve the account link
    and be able to post back to the account data from the summary. Can this be
    done.

  2. #2
    Tom Ogilvy
    Guest

    Re: copy a link from one col to another via a formula

    If it is like

    =sheet1!A1

    you can do

    sform = ActiveCell.Formula
    set rng = Range(mid(sForm,2))
    msgbox rng.Address(external:=True)


    --
    Regards,
    Tom Ogilvy

    "Confused" <[email protected]> wrote in message
    news:[email protected]...
    > I have 25 worksheets in 1 book, 24 are accounts and 1 summary(sorted) with
    > links back to the accounts. I need to be able to retrieve the account link
    > and be able to post back to the account data from the summary. Can this be
    > done.




+ 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