Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-20-2016, 12:58 AM
tarunbaweja tarunbaweja is offline Hyperlink to open another sheet in same workbook with filtered data Windows 7 64bit Hyperlink to open another sheet in same workbook with filtered data Office 2007
Novice
Hyperlink to open another sheet in same workbook with filtered data
 
Join Date: Mar 2016
Posts: 1
tarunbaweja is on a distinguished road
Default Hyperlink to open another sheet in same workbook with filtered data


Hyperlink to open another sheet in same workbook with filtered data

I almost ended up looking after solution to my problem but could not find the same . I have data in one main top sheet . I want to create hyperlink on sheet 1 suppose Cell A2 that on clicking it goes to second sheet in same workbook and filters data in column F with criteria = value of cell A2 . Also want to create same hyper link for the entire sheet 1 range cells A2:A1000 . Searched could not find any solution , Thanks in advance
Attached Files
File Type: xls book1.xls (87.5 KB, 9 views)

Last edited by tarunbaweja; 03-20-2016 at 01:20 AM. Reason: add attachement
Reply With Quote
  #2  
Old 03-20-2016, 06:52 AM
NoSparks NoSparks is offline Hyperlink to open another sheet in same workbook with filtered data Windows 7 64bit Hyperlink to open another sheet in same workbook with filtered data Office 2010 64bit
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 831
NoSparks is just really niceNoSparks is just really niceNoSparks is just really niceNoSparks is just really niceNoSparks is just really nice
Default

Perhaps you could us double click, something along the lines of this
Code:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
  If Not Intersect(Target, Range("A2:A1000")) Is Nothing Then
    If Target.Value <> "" Then
      Cancel = True
      With Sheet2
        .Select
        .UsedRange.AutoFilter Field:=6, Criteria1:=Target.Value
      End With
    End If
  End If
End Sub
Reply With Quote
Reply

Tags
filter, hyperlink



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink to open another sheet in same workbook with filtered data Can a Data Source be one sheet in a multi-sheet Workbook nfotx Mail Merge 1 07-01-2015 12:55 AM
data entered in one workbook should be updated in other relevant workbook based on the date vedha Excel 0 04-24-2015 08:45 PM
How to add attached excel workbook with hyperlink in the same workbook lynchbro Excel Programming 0 02-24-2015 01:29 PM
Hyperlink to open another sheet in same workbook with filtered data macro to transfer data from one workbook to another workbook virsojour Excel Programming 5 02-01-2011 08:58 PM
Hyperlink to open another sheet in same workbook with filtered data How do I merge data from one sheet in a workbook out into multiple sheets nolesca Excel 4 06-07-2010 08:13 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:32 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft