+ Reply to Thread
Results 1 to 2 of 2

Excel Cell Reference

Hybrid View

tomberlins Excel Cell Reference 03-05-2010, 11:15 AM
sweep Re: Excel Cell Reference 03-05-2010, 12:32 PM
  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 Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454

    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.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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