Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a table on left column is name of a server on the right are columns as
to their backup status the list of servers is about 100. I would like it if an user could click on that cell and my doing so macr would sect the contents and using that data to use on a custom filter on theraw data so they can view the details of the of the backups related to that server I have tried Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean) Dim Selected Set Selected = ActiveCell Sheets("Raw Data").Select Selection.AutoFilter Field:=1, Criteria1:=ActiveCell.Select, Operator:=xlAnd End Sub but it returns nothing can someone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto filter custom filter | Excel Worksheet Functions | |||
Custom Auto Filter | Excel Discussion (Misc queries) | |||
Select All Auto Filter | Excel Discussion (Misc queries) | |||
Filter, Select, or Remove Info from Chart | Charts and Charting in Excel | |||
selecting from dropdown--have related info auto carry over | Excel Worksheet Functions |