+ Reply to Thread
Results 1 to 3 of 3

During saving a worksheet cells are loosing the links

  1. #1
    Registered User
    Join Date
    01-22-2013
    Location
    Poland
    MS-Off Ver
    Excel 365 64bits
    Posts
    46

    During saving a worksheet cells are loosing the links

    Dear All,

    I got strange problem. When i save the worksheet cells are loosing links to other cells.
    what is even more surprising it happens only for 6 cells in 6 sheets.

    scheme of links
    Basic data
    P1
    P2
    P3
    P4
    P5
    P6
    On the sheets P1-P6, each cell A1 has a link to Basic data.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: During saving a worksheet cells are loosing the links

    Is there any VBA code in that file?


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    01-22-2013
    Location
    Poland
    MS-Off Ver
    Excel 365 64bits
    Posts
    46

    Re: During saving a worksheet cells are loosing the links

    yes, but i have never made any macro with removing links.


    Private Sub AddDesignP2_Click()
    AddDesignP1.Show vbModeless
    End Sub

    Private Sub CommandButton1_Click()
    UserForm1.Show vbModeless
    End Sub

    Private Sub CommandButton2_Click()
    AddDesignP1.Show vbModeless
    End Sub



    Private Sub CommandButton3_Click()
    Dim Path, Sign As String
    Path = Sheets("Basic data").Range("D80").Value
    'Image1.Picture = Path & Sign & ".jpg"
    Set UserForm5.Image1.Picture = LoadPicture(Path)
    UserForm5.Show vbModeless
    End Sub

    Private Sub DesignAdd_Click()
    DesignAdd.Show
    End Sub

    Private Sub SPAP1_Click()

    UserForm1.Show vbModeless
    End Sub
    macros from P2.


    and the only one macro in the Basic Data sheet.
    Private Sub CommandButton1_Click()
    Dim FName As String
    Dim FPath As String

    FPath = Sheets("Basic data").Range("D81").Text
    FName = Sheets("Basic data").Range("U10").Text
    ThisWorkbook.SaveAs Filename:=FPath & "\" & FName
    End Sub

    but it happens also when i save worksheet via Excel menu...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Saving external links without saving data values
    By john@axiomatix in forum Excel General
    Replies: 2
    Last Post: 06-18-2013, 05:58 AM
  2. [SOLVED] Problems saving a worksheet with Links
    By in forum Excel General
    Replies: 4
    Last Post: 07-12-2006, 06:05 AM
  3. Problems saving a worksheet with links to a New Location
    By in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-07-2006, 12:15 PM
  4. Problems saving a worksheet with links
    By in forum Excel General
    Replies: 1
    Last Post: 07-07-2006, 11:55 AM
  5. Replies: 2
    Last Post: 05-01-2006, 09:45 AM

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