$$Excel-Macros$$ Chandu's Birthday Calendar

2008-12-30 Thread Chandu Bohra
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) --~--~-~--~~~---~

$$Excel-Macros$$ Re: How to use dynamic data in autofilter??

2008-12-30 Thread Kamran Haider
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

$$Excel-Macros$$ How to use dynamic data in autofilter??

2008-12-30 Thread Naveenkumarmn
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'