Hi
Click on the link below and please enter your birthday for me. I am creating a
birthday list of all my friends and family.
http://www.birthdayalarm.com/bd2/83809839a37037336b1439399050c173181923d1386
Many Thanks,
Chandra singh bohra ( Chandu)
--~--~-~--~~~---~
Plz use below code .
Dim A as String
...
...
A=inputbox("Enter name","Input")
Selection.Autofilter .:=2, Criteria:=A
If we entered that variable 'A' , i willt take a as criteria rather than its
value.
pls any suggestions ???
Thanks in
Hi,
I want to use the data in autofilter criteria, which entered by user through
inputbox...
Dim A as String
...
...
A=inputbox("Enter name","Input")
Selection.Autofilter .:=2, Criteria:="=here i need that data-A",
...
If we entered that variable 'A'