manish.agrawal446@gmail.com
Member
Sub Manish()
'Keyboard Shortcut: Ctrl+m
Rows("5.5").Select
Selection.AutoFilter
End Sub
Hi this is very simple macro I have written. Filter is getting displayed in 6th row instead of 5
Where as IF i write
Rows("4.4").Filter is displayed in 4th row
I am testing the above formula in blank worksheet of excel 2007 version
'Keyboard Shortcut: Ctrl+m
Rows("5.5").Select
Selection.AutoFilter
End Sub
Hi this is very simple macro I have written. Filter is getting displayed in 6th row instead of 5
Where as IF i write
Rows("4.4").Filter is displayed in 4th row
I am testing the above formula in blank worksheet of excel 2007 version