Re: $$Excel-Macros$$ delete blank columns

2012-06-14 Thread Excel Vba
Hi Smitha, PFA Workbook. I hope this will help u. Regards, Hemant. --- On Fri, Jun 15, 2012 at 11:11 AM, Smitha S R wrote: > How to delete all blank columns arising between vario

Re: $$Excel-Macros$$ What is Application.OnKey, Application.OnTime

2012-06-15 Thread Excel Vba
I m using, this code. But, when I press F2, cursor enter into cell. On Fri, Jun 15, 2012 at 5:37 PM, Anil Gawli wrote: > It is just on pressing the button on Keyboard the condition runs > > eg.. > Application.onkey"{F2}","Hi You Press

Re: $$Excel-Macros$$ age month days calculations - Reg

2012-06-22 Thread Excel Vba
Hi J. Mothilal**, Try datedif funtions. =datedif(A1,B1,"Y") for years =datedif(A1,B1,"ym") for months =datedif(A1,B1,"md") for days whereas in cell A1, type oldest date or date from which you want to calculate, and in cell B1, type the newest date or date till which you want to calculate. On F

Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!

2012-07-03 Thread Excel Vba
Congrats both of them. God bless.. On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain wrote: > Dear members, > > I am extremely happy to inform you that two members of the group are > awarded Microsoft Most Valuable Professional Award. > My heartiest congratulations to *Ashish koul* and *Dilip Pandey*

Re: $$Excel-Macros$$ Query - AutoNumber

2012-07-10 Thread Excel Vba
can u give a idea On Tue, Jul 10, 2012 at 7:52 PM, dguillett1 wrote: > NEI > Not enough information > > Don Guillett > Microsoft Excel Developer > SalesAid Software > dguille...@gmail.com > > *From:* Excel Vba > *Sent:* Tuesday, July 10, 2012 8:42 AM > *T

Re: $$Excel-Macros$$ Query - AutoNumber

2012-07-10 Thread Excel Vba
all the ways you can, > In all the places you can, > At all the times you can, > To all the people you can, > As long as ever you can.” - John Wesley > *- > > > -- > *From:* Excel Vba > *To:* excel-mac

$$Excel-Macros$$ Query- Global Variable

2012-07-13 Thread Excel Vba
Hi Group, How can i declare a global variable for below mentioned. Private sub abc() dim sh as worksheet dim rng as range set sh = Thisworkbook.Sheets("Sheet1") set rng = sh.range("a1:c"&sh.range("c"&rows.count).end(xlup).row) End sub In my module i have 20 procedure and in future comes ma

Re: $$Excel-Macros$$ R1C1

2012-07-13 Thread Excel Vba
Hi Sunnie, Goto File Menu Bar, Click to options On Thu, Jul 12, 2012 at 7:13 PM, Sunnie wrote: > I received a spreadsheet that is using the R1C1 reference formula. If I > turn turn off the R1C1 to apply the A1 reference will that then change how > the formula works? > > Thanks ! > > -- > FORU

$$Excel-Macros$$ Re: Query- Global Variable

2012-07-13 Thread Excel Vba
- On Fri, Jul 13, 2012 at 4:51 PM, Excel Vba wrote: > Hi Group, > > > How can i declare a global variable for below mentioned. > > > > Private sub abc() > dim sh as worksheet > dim rng as range > > set sh = Thisworkbook.Sheets("Sheet1&

Re: $$Excel-Macros$$ All the sheet names in one sheet

2012-07-16 Thread Excel Vba
hi santosh, PFA below vbacode to findout the sheetsname. Sub sheets_nm() Dim sh As Worksheet Dim i As Integer, k As Integer Set sh = ThisWorkbook.Sheets("sheet1") For i = 1 To Sheets.Count k = Range("a5").End(xlUp).Row + 1 sh.Cells(k, 1) = Sheets(i).Name Next End Sub Regards, excelvb

$$Excel-Macros$$ Test mail

2012-07-17 Thread Excel Vba
-- -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the

$$Excel-Macros$$ Query - Circle Invalid...

2012-09-13 Thread Excel Vba
Hi Group, I want to know how Circle Invalid function works in excel and vba. Regards, Hemant. -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread ti

Re: $$Excel-Macros$$ Query - Circle Invalid...

2012-09-13 Thread Excel Vba
the times you can, > To all the people you can, > As long as ever you can.” - John Wesley > *--------- > > > -- > *From:* Excel Vba > *To:* excelvbacli...@googlegroups.com > *Sent:* Thu, September 13, 2012 10

Re: Re: $$Excel-Macros$$ Noorain Ansari - Most Helpful Member August 2012

2012-09-13 Thread Excel Vba
Congrats Sir Ji On Thu, Sep 13, 2012 at 12:57 AM, Dhananjay Pinjan wrote: > Hertiest Congrats Noorain Ansari. Do continue. Best Luck > > On 9/12/12, SAGAR KASANGOTTUWAR wrote: > > Congratulations Noorain... > > > > Best Regards, > > > > sagar > > > > On Tue, Sep 11, 2012 at

Re: $$Excel-Macros$$ Formula to Calculate Slab Wise Commission as per Targets Achieved

2015-08-20 Thread Excel VBA Lab
See this for simple formula solution. Lear More@ www.ExcelVbaLab.Com On Thursday, August 20, 2015 at 12:02:41 PM UTC+5:30, Ashok Soni wrote: > > Dear Pankaj Sharma, > thanks of lot, i will make it on other sheet. > i had sent it ( incentive slab for example to understand what i am looking > )