Consulting

Results 1 to 6 of 6

Thread: Update Question

  1. #1

    Update Question

    Hi guys,

    When you link a worksheet with another - is there a way to auto update it without having that popup window open everytime you open the workbook that is linked to another one?

    Cheers

    Anthony

  2. #2
    VBAX Newbie
    Joined
    Jan 2009
    Posts
    2
    Location
    This isn't helpful, but maybe you could try using commas in your sentences :P

    Have you tried cellotape?

  3. #3
    If you have nothing usfull to say, please be quite.......RICHARD!!!

  4. #4
    VBAX Newbie
    Joined
    Jan 2009
    Posts
    2
    Location

    Thumbs down

    Quote Originally Posted by anthony20069
    If you have nothing usfull to say, please be quite.......RICHARD!!!
    SORRY!

  5. #5
    Moderator VBAX Master georgiboy's Avatar
    Joined
    Mar 2008
    Location
    Kent, England
    Posts
    1,197
    Location
    I run Excel 2007 so it is slightly different, maybe you could use something like this.

    [VBA]Application.DisplayAlerts = False
    'workbook to update from
    ActiveWorkbook.UpdateLink Name:="C:\Example\Example.xls", Type:=xlExcelLinks
    Application.DisplayAlerts = True[/VBA]

    Hope this helps
    Click here for a guide on how to add code tags
    Click here for a guide on how to mark a thread as solved
    Click here for a guide on how to upload a file with your post

    Excel 365, Version 2403, Build 17425.20146

  6. #6
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Quote Originally Posted by anthony20069
    If you have nothing usfull to say, please be quite.......RICHARD!!!
    Whilst you may not have appreciated that point, it was a valid comment that your question was hard to read, and your response is not very good etiquette for someone seeking help.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •