+ Reply to Thread
Results 1 to 7 of 7

Worksheet Links

  1. #1
    Registered User
    Join Date
    10-03-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    19

    Worksheet Links

    I want to establish a link from my worksheets. Using the conventional link method I was able to link the values from my first worksheet to the second worksheet. My problem is when I delete a particular row. The reference of the second worksheet will have an error #REF! since I deleted those cells. Is there any way that I can link my two worksheets without any error that even if I deleted a particular cell/row the reference is still intact?

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Worksheet Links

    What is the purpose behind linking the 2 sheets? Are you trying to copy specific data from one sheet to the other?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    10-03-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Worksheet Links

    Quote Originally Posted by arlu1201 View Post
    What is the purpose behind linking the 2 sheets? Are you trying to copy specific data from one sheet to the other?
    Yes, I am.

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Worksheet Links

    It will be good if you explain with the help of an excel sample file. I am just guessing that a macro will work good for you to copy the data from sheet 1 to sheet2.

    To Attach a File:

    1. Click on Go Advanced
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.

  5. #5
    Registered User
    Join Date
    10-03-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Worksheet Links

    Please see attached file.
    Attached Files Attached Files

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Worksheet Links

    You can try this code -
    Please Login or Register  to view this content.
    You can assign it to a button. Each time you make changes to your Sheet1, then once you click on the button or shortcut key combination, the data will be copied to Sheet2. You make a change again, click the button or press the shortcut keys and the data will be cleared from sheet2 and re-input with the changes from Sheet1.

  7. #7
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Worksheet Links

    You can try this code -
    Please Login or Register  to view this content.
    You can assign it to a button. Each time you make changes to your Sheet1, then once you click on the button or shortcut key combination, the data will be copied to Sheet2. You make a change again, click the button or press the shortcut keys and the data will be cleared from sheet2 and re-input with the changes from Sheet1.

+ 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