Hi ,
I have the code
however, it does not seem to work. My aim is to select the last coloumn with data and this always starts from row 5. So I would like to autofilter "IT6" from the last column with data.
Thanks for help in advanced.
N.
I have the code
Code:
Sheet2.ActivateSheet2.Range("B5").End(xlToRight).Select
Range("B5").End(xlToRight).AutoFilter Field:=Range("B5").End(xlToRight), Criteria1:="IT6"
however, it does not seem to work. My aim is to select the last coloumn with data and this always starts from row 5. So I would like to autofilter "IT6" from the last column with data.
Thanks for help in advanced.
N.