+ Reply to Thread
Results 1 to 2 of 2

Pasting Links

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    4,062

    Pasting Links

    I'm trying to figure out the syntax for pasting links. I've got three pages where my users can update values, and those values need to be translated another (summary) page, so I'd like during the creation of the sheets to paste links from the three pages to my master page, but I'm being defeated by the syntax. Here's the latest thing I've tried (not working):
    'Let's copy our pertinent data to the MFR Adjustments sheet
        Range("A2:C" & LastRow).Copy Sheets("MFR Adjustments").Range("A65000").End(xlUp).Offset(1, 0)
        Lastcol = Range("IV2").End(xlToLeft).Column
        Range(Cells(2, Lastcol), Cells(LastRow, Lastcol)).Copy
        Sheets("MFR Adjustments").Range("D65000").End(xlUp).Offset(1, 0).PasteSpecial Paste:=xllinks
    Any help is greatly appreciated.
    Last edited by jomili; 11-16-2011 at 10:51 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    4,062

    Re: Pasting Links

    Okay, I guess I'll mark this as solved, though it's not, really. Instead I'm using a vlookup to get the values. I'd still like to know how to paste links for future knowledge if someone wants to provide the technique.

+ 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