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
> dyanmic)
>
> thanks in advance.
>
>
> On Wed, Mar 18, 2015 at 5:25 PM, Mandeep baluja 
> wrote:
>
>> Try this ..
>>
>>
>> Regards,
>> MandeepBaluja
>> Learningzmypassion.
>> https://www.facebook.com/VBAEXCELSQL?ref=hl
>> https://www.linkedin.com/profile/view?id=312532939
>>
>> On Wednesday, 18 March 2015 16:59:17 UTC+5:30, saravanan R wrote:
>>>
>>> Hello Team,
>>>
>>> I have an Query regarding Duplicate check for certain Criteria in
>>> filter. I need this  to be in VBA Code . Please see the details below and
>>> find the sample attached file with expected result mentioned.
>>>
>>> I have to filter for FK (Column "B"), Then find duplicate DOC.no for
>>> this colleague only. If the DOC no. is Duplicating then Update Status as
>>> "OK", if it is Unique then update as "NOT OK"
>>>
>>> thanks in advance,
>>>
>>> Saravanan R
>>> +91 8807708842
>>> +91 9449716334
>>>
>>  --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 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 thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at http://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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 thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


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:

>
> any other code ?? excep this one
>
> For Each rngarea In .SpecialCells(xlCellTypeVisible).Areas
> lcount = lcount + rngarea.Rows.Count
> Next
>
>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 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 thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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 thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


$$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+Months*

*Type: Corp to Corp*



*Must Skills:*

10- 15 Years Hands on experience on Java/J2EE



*Please reply me with below details along with your resume..*



Candidate Full Name (First Last):

Core Expertise:

Total Years of Exp:

Current Location (City, State):

Relocation Preference:

Availability:

SSN (last 4 Digits):

Candidate Contact #:

Candidate Email ID :

Candidate Skype ID :



Visa Status (H1B / EAD / GC / Citz /...):

Education Course Name:

University Name:

City, State, Country:

Year Completed:



Project Reference 1:



Project References 2:







Regards,
*Rene*
TechnoTalent Software Solutions,707 Alexander Rd.208.
Princeton, New Jersey 08540.
*Email: **r...@technotalent.com* 

*D: 732-444-3663*
URL: www.technotalent.com

Note: This email is not intended to be a solicitation. It is targeted to
recruiting and consulting professionals. If you have received this in
error, please accept our apologies and to be removed from our mailing list
reply with "UNSUBSCRIBE" in the subject heading and your email address in
the body.

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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 thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


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 be 2 and 
last visible row will be 6 , total values visible are 3 left(1,3,6)

6-2+1 = 5 
 
Data-A1
1-A2
2-A3
3-A4
4-A5
5-A6

Created this one working effectively on huge amount of data without taking 
time. :)

ActiveSheet.UsedRange.Columns(1).Copy
Sheets(2).Range("a1").PasteSpecial
lr = Sheets(2).Cells(Rows.Count, 1).End(xlUp).Row
Debug.Print Sheets(2).UsedRange.Rows.Count - 1

Regards, 
MandeepBaluja
Learningzmypassion.
https://www.facebook.com/VBAEXCELSQL?ref=hl
https://www.linkedin.com/profile/view?id=312532939





On Friday, March 20, 2015 at 9:35:43 PM UTC+5:30, Eugene Bernard wrote:
>
> 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:
>
>>
>> any other code ?? excep this one 
>>
>> For Each rngarea In .SpecialCells(xlCellTypeVisible).Areas
>> lcount = lcount + rngarea.Rows.Count
>> Next
>>
>>  -- 
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
>> https://www.facebook.com/discussexcel
>>  
>> FORUM RULES
>>  
>> 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 thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security 
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>  
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and 
>> members are not responsible for any loss.
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to excel-macros...@googlegroups.com .
>> To post to this group, send email to excel-...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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 thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.