Results 1 to 8 of 8

Ref a cell with a hyperlink from multiple worksheets

Threaded View

  1. #8
    Registered User
    Join Date
    10-24-2007
    Location
    Greeley, CO
    Posts
    53
    Steve,
    Thanks for all your help. I understand what you are saying in your previous post, but I choose to use an alterniative route. This is what I am going to use It accomplishes the same thing basically.

     Private Sub cmdQualityResponsibilities_Click()
        Me.Hide    'hides the user form
        Sheet4.Activate    'makes the Quality Responsibilities sheet viewable
        
    Sheet1.Range("a287:a301").Copy
    Sheet4.Select
    Sheet4.Range("a6:a20").Select
    Sheet4.Paste
    '
    Sheet1.Range("a285:a286").Copy
    Sheet4.Select
    Sheet4.Range("a3:a4").Select
    Sheet4.Paste
    
    
    End Sub


    Thanks again for your help I truely appreciate it.
    qppg
    Last edited by VBA Noob; 10-25-2007 at 06:25 PM.

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