Re: $$Excel-Macros$$ CALL Userfom Another Workbook

2013-08-23 Thread Bé Trần Văn
You should specify the problem more. 2013/8/24 xlstime > what we can do?...both workbooks VBA coding is password protected > > . > > Enjoy > Team XLS > > > > On Fri, Aug 23, 2013 at 7:33 PM, Sanjay Mandal < > sanjaykumarmanda...@gmail.com> wrote: > >> Dear all >> >> MI

Re: $$Excel-Macros$$ CALL Userfom Another Workbook

2013-08-23 Thread xlstime
what we can do?...both workbooks VBA coding is password protected . Enjoy Team XLS On Fri, Aug 23, 2013 at 7:33 PM, Sanjay Mandal < sanjaykumarmanda...@gmail.com> wrote: > Dear all > > MIS Details 2013 to 2014 IN* CALL USERFORM* DAILY TRANSFER SHEET-13 > > *Regard

Re: $$Excel-Macros$$ Tricky tricks - 1

2013-08-23 Thread De Premor
Just figure it out after someone asking it again in another groups Using Indirect in Defined Name to make it dynamic Row, but just work for Column A :-D =EVALUATE(INDIRECT("A" & ROW())) On 30-07-2013 14:01, xlstime wrote: if we have more then thousands of records than?

Re: $$Excel-Macros$$ Behind code of Sum function in VBA

2013-08-23 Thread De Premor
Hi Pavan, Try this rev code Function xSum(ParamArray Numbers()) As Variant Dim BlockRange, SingleRange, Buffer For Each BlockRange In Numbers If WorksheetFunction.IsNumber(Evaluate(BlockRange)) Then Buffer = Buffer + BlockRange Else For Each SingleR

Re: $$Excel-Macros$$ Sum if array for cut dates

2013-08-23 Thread Waseem Saifi
PFA with solution Regards, Waseem Saifi On Fri, Aug 23, 2013 at 12:36 PM, ravinder negi wrote: > PFA > > -- > *From:* Ali Abbas > *To:* excel-macros@googlegroups.com > *Sent:* Thursday, August 22, 2013 9:01 PM > > *Subject:* $$Excel-Macros$$ Sum if array for cut

Re: $$Excel-Macros$$ Sum if array for cut dates

2013-08-23 Thread ravinder negi
PFA From: Ali Abbas To: excel-macros@googlegroups.com Sent: Thursday, August 22, 2013 9:01 PM Subject: $$Excel-Macros$$ Sum if array for cut dates Date:  1  2 3  4 Amount: 100 200 300 400 Now formula working. We can calculate value with arr