+ Reply to Thread
Results 1 to 2 of 2

Return formula as text (<> paste values)

Hybrid View

  1. #1
    Registered User
    Join Date
    03-05-2009
    Location
    6500' in the Sierra Nevada
    MS-Off Ver
    Office 2007, 2010
    Posts
    74

    Return formula as text (<> paste values)

    In a sheet with many formulas, each of which is of the form =[filename]sheetname!{cell address}, I want to return the cell address portion of the formula. Any suggestions?

    Thanks.

    George

  2. #2
    Registered User
    Join Date
    03-05-2009
    Location
    6500' in the Sierra Nevada
    MS-Off Ver
    Office 2007, 2010
    Posts
    74

    Re: Return formula as text (<> paste values)

    Sorry. Thought that if it wasn't here it wasn't.

    Found this
    Function GetFormula(Cell as Range) as String
       GetFormula = Cell.Formula
    End Function
    here.

    g

+ 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