+ Reply to Thread
Results 1 to 2 of 2

Thread: Excel Cell Reference

  1. #1
    Registered User
    Join Date
    08-24-2009
    Location
    Jacksonvillle, Florida
    MS-Off Ver
    Excel 2003
    Posts
    20

    Excel Cell Reference

    I have a some cells in a workbook that reference data tabs in the same workbook. Before this workbook is passed on to the end user, the data tabs are deleted. Once the data tabs are deleted the referenced sells obviously lose the referenced value. Is there a way, besides pasting special values, to keep the value in the cells once the data tabs are deleted?

  2. #2
    Forum Guru sweep's Avatar
    Join Date
    04-03-2007
    Location
    Location: Location:
    MS-Off Ver
    3.0
    Posts
    2,472

    Re: Excel Cell Reference

    You could run a section of code to convert the cell contents to values.

    Sub a()
    For Each rCell in Selection
    rCell.Value=rCell.Value
    Next
    End Sub
    Will convert formulas to values in the currently selected cells.
    Please disregard anything in the above post. It may well have been edited without my consent, as has been the case with several posts and threads recently.

+ 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.2.0