Re: $$Excel-Macros$$ Drop down button in cell

2011-04-11 Thread Ramkesh Maurya
Dear Rakesh, U can use Data>Validation> Fill the options in the Range:List Regards Ramkesh On Mon, Apr 11, 2011 at 3:54 PM, rakesh kumar wrote: > HI Group, > > I have been trying to put one drop down menu in cell, which should be > visible only when the particular cell is clicked. I have seen

Re: $$Excel-Macros$$ querry

2011-04-11 Thread Mahesh parab
Thanks Siti, Ranjan for sharing useful information On Mon, Apr 11, 2011 at 1:25 PM, rajan verma wrote: > *"=_xlfn shows that the following Fuction exist in higher Version of excel > but not in Lower Version.. Exce Automatically Include =_xlfn .. when file > open in Lower Version of Excel,,* > >

Re: $$Excel-Macros$$ MACRO :PASTE SPECIAL

2011-04-11 Thread Paul Schreiner
I was going to ask what it was doing, or not doingif you stepped through the code. But I think I see your main problem. the statemtent: Select Case "M10701403" means nothing.. you're not COMPARING anything! I think what you're wanting is: Select case ws.Name    Case "M10701403"    '

$$Excel-Macros$$ Need Small Help to pull values based on the criteira!

2011-04-11 Thread amrahs k
Hi Team, I have attached the sample spreadsheet with my query. Kindly help me to solve the same. Thanks, Sharma -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http:/

$$Excel-Macros$$ MACRO :PASTE SPECIAL

2011-04-11 Thread C.G.Kumar
Dear all, Following code i am using to select each worksheet (except ) to copy and paste special values in each worksheet in same workbook. But, i am not getting desired output . Could you one help to rectify the following code; Sub ConvertToValues() Dim ws As Worksheet For Each ws In Worksheet

$$Excel-Macros$$ Drop down button in cell

2011-04-11 Thread rakesh kumar
HI Group, I have been trying to put one drop down menu in cell, which should be visible only when the particular cell is clicked. I have seen such drop down menu to appear in many spreadsheets posted here for examples, but couldn't achieve that. -- Rakesh --

Re: $$Excel-Macros$$ querry

2011-04-11 Thread rajan verma
*"=_xlfn shows that the following Fuction exist in higher Version of excel but not in Lower Version.. Exce Automatically Include =_xlfn .. when file open in Lower Version of Excel,,* On Sat, Apr 9, 2011 at 7:19 PM, Dhananjay Pinjan wrote: > Dear Ashish, > > Pl. explain what is *"=_xlfn."*SUMIFS

Re: $$Excel-Macros$$ VERY VERY URGENT : Pls HELP (Pick out data from the website)

2011-04-11 Thread Manoj kumar
Awesome Rajan, Can you please share your code with us, if possible??? I'm working on the same kind of stuff and your code might be helpful in that. Thanks, Manoj Kumar On Sat, Apr 9, 2011 at 12:30 AM, rajan verma wrote: > > HI Karan.. > find the attached sheet.. hope it will complete your tas

Re: $$Excel-Macros$$ VBA buggy code in need of a fix up...

2011-04-11 Thread mrinal saha
Well, I don't see any big issue in the code. Try putting j instead of (6+i) and remove the word "format" before End Sub. regards, Mrinal On Mon, Apr 11, 2011 at 7:50 AM, Financeguy wrote: > Hi All, > > I've got some code that's a bit buggy for a stock analysis > spreadsheet, and in need of som

Re: $$Excel-Macros$$ Copy Each Worksheet in a workbook and save it to Specific Location with time.

2011-04-11 Thread C.G.Kumar
Sir, Thanks for the codes. But it lacks two things; 1. Objective is to create Worksheet with Value,Format & JPEG image attached in the source worksheet but the Macro copies the worksheet along with formula and excludes JPEG image . 2. If possible is it possible to ask from user to specify which

RE: $$Excel-Macros$$ VBA buggy code in need of a fix up...

2011-04-11 Thread Daniel
Hi, What is the error message? Add : Debug.Print i Before this line to check the value of I . Regards. Daniel -Message d'origine- De : excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] De la part de Financeguy Envoyé : lundi 11 avril 2011 04:21 À : MS EXCEL AND VBA MACRO