+ Reply to Thread
Results 1 to 2 of 2

Hide the cell reference call

  1. #1
    Registered User
    Join Date
    06-28-2011
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Excel 2010, Excel 2011 for mac
    Posts
    82

    Hide the cell reference call

    Hi!

    I have an excel workbook with different users for different sheets as described here:
    http://www.vbaexpress.com/kb/getarticle.php?kb_id=380


    Now, I would like to use some references across the worksheets. So that some cells in sheet1 are visible in sheet2 using a reference call. e.g =sheet1!A1

    However, some of the data in sheet1 must not be visible in sheet2. lets say column B in sheet1. I would like to "hide" the reference, so that the user of sheet2 can not see the name of the hidden sheet by clicking the cells with reference to sheet1!A1. So only the value of the reference should be visible.
    The reason for this is to make sure that the contens of column B can not be accidentaly viewed by the user of sheet2.

    Hope my explanations makes sense

    regards,
    kbka

  2. #2
    Registered User
    Join Date
    06-28-2011
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Excel 2010, Excel 2011 for mac
    Posts
    82

    Re: Hide the cell reference call

    I ended up solving this by creating a macro that simply copies the contens of sheet1 and paste that into sheet2 whenever i close the workbook.
    works like a charm

+ 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