Re: $$Excel-Macros$$ Re: Query Regarding Duplicate and Update Status

2015-03-20 Thread saravanan R
On Wed, Mar 18, 2015 at 5:31 PM, saravanan R wrote: > Hi Mandeep, > > Thanks a Million. > > I have one more query related to the same file, is it possible to split > the file based on "Status" OK wrt to each Coleague. > and file name should be QueryDup-FK & QueryDup-BD (colleague name will be > d

Re: $$Excel-Macros$$ What will be the best code to count the number of visible rows after autofilter.

2015-03-20 Thread Eugene Bernard
The below code already given in this group by Mr Asish Kumar start= ActiveSheet.UsedRange.Offset(1).SpecialCells(xlCellTypeVisible).Row end= ActiveSheet.UsedRange.SpecialCells(xlCellTypeLastCell).Row norows=end-start+1 Regards Eugene On Thu, Mar 19, 2015 at 12:56 PM, Mandeep baluja wrote:

$$Excel-Macros$$ Hiring: Sr. Java /J2EE Lead/Architect@ Sanjose, CA [Please send resumes to r...@technotalent.com]

2015-03-20 Thread Rene Mickey
Hi, Hope you are doing great... Please let me know your interest along with your updated resume (If you are not available please refer this Position) [Please send resumes to r...@technotalent.com] *Position* *Title: Sr.Java/J2ee Lead/Architect* *Location: Sanjose, CA* *Duration: 6

Re: $$Excel-Macros$$ What will be the best code to count the number of visible rows after autofilter.

2015-03-20 Thread Mandeep Baluja
Hey Eugene,,not easy as you're thinking This code will not give the correct result end -start +1 will never be equal to no of hide rows with filter, because these variable dont know the actual no of hidden rows between the data. for example see data if i hide 2 and 4, first visible row will