Re: $$Excel-Macros$$ 西藏问题与语言问题

2017-06-22 Thread Jitendra Singh
?? ☺ ⁣Sent from BlueMail ​ On 22 Jun 2017, 1:19 PM, at 1:19 PM, fanfenlie2...@gmail.com wrote: >西藏问题与语言问题 >徐明旭 >有位匿名网友在拙文《达赖喇嘛的鬼蜮伎俩》后面发表跟帖如下: >“大陆一年可能要为西藏付出几百亿。也许将来有一天,代价太高的时候,大陆政府会作出让步,给予藏人等一定自治权。 >比如允许藏人企业的发展。但藏人企业本身就可能让大陆政府感到威胁。如果一个企业里面都在讲藏语,放心吗?也许徐博会说藏人懒,笨,也许。但政府肯让藏人直接和印度通商,学习一点现代社会发展的技巧吗? >

Re: Fwd: Fwd: $$Excel-Macros$$ copy data from one sheet to other based on condition

2017-05-19 Thread Jitendra Singh
Plz use 2nd attachment. https://vbatutorial.blogspot.in/2017/05/problem-1-filter-data-and-paste-to.html?m=1 ⁣Sent from BlueMail ​ On 19 May 2017, 1:19 PM, at 1:19 PM, Sanjib Chatterjee wrote: >-- Forwarded message -- >From: Sanjib Chatterjee >Date: Fri, May 19, 2017 at 1:18 PM

Re: Fwd: $$Excel-Macros$$ Introduce Yourself !!

2017-05-19 Thread Jitendra Singh
My self Jitendra Singh working as a data analyst in noida. Thanks ⁣Sent from BlueMail ​ On 19 May 2017, 1:12 PM, at 1:12 PM, Sanjib Chatterjee wrote: >I am Sanjib Chatterjee, working in a stock broking firm, name Sunidhi >securities and finance ltd,Kolkata, sa Bank office Mis executi

Re: $$Excel-Macros$$ copy data from one sheet to other based on condition

2017-05-16 Thread Jitendra Singh
Hi Mr. chatterjee, Before executing please delete all sheets. Thanks http://vbatutorial.blogspot.in/ ⁣Sent from BlueMail ​ On 17 May 2017, 9:56 AM, at 9:56 AM, Sanjib Chatterjee wrote: >Dear Preeti Tomar > >Many Many thank you for your prompt help. > >This is what exactly I am looking for. B

Re: $$Excel-Macros$$ copy data from one sheet to other based on condition

2017-05-16 Thread Jitendra Singh
Use advance filter || ⁣Sent from BlueMail ​ On 16 May 2017, 2:00 PM, at 2:00 PM, Sanjib Chatterjee wrote: >Dear Sir / madam, > >Please see the attachment. > >I have a problem I want to copy data base on the Person name which i >highlighted with yellow colour. >suppose if the person name "JKM" a

Re: $$Excel-Macros$$ Need a Email Macro based on the Cell time

2012-06-04 Thread Jitendra singh
Ash.AutoFilterMode = False End If Next cell cleanup: Set OutApp = Nothing With Application .EnableEvents = True .ScreenUpdating = True End With End Sub --END-- REGARDS JITENDRA SINGH 9015340017 On Mon,

Re: $$Excel-Macros$$ email extraction from gmail

2012-03-21 Thread Jitendra singh
give email id A1 box in sheet and run macro --- Sub Mail_Every_Worksheet() 'Working in 2000-2010 Dim sh As Worksheet Dim wb As Workbook D

Re: $$Excel-Macros$$ JOB

2012-01-27 Thread Jitendra singh
a person is required in this job name :- Devraj mob :- 9899399499 On Fri, Jan 27, 2012 at 5:12 PM, NOORAIN ANSARI wrote: > > *Job Location:* Gurgaon > *Email ID* : resume.curv...@gmail.com > > >

Re: $$Excel-Macros$$ Need help on Resigned staffs statistic

2012-01-20 Thread Jitendra singh
fyi regards jitendra singh 9015340017 On Fri, Jan 20, 2012 at 12:57 PM, PrIyAnKa wrote: > Dear Sunita > > Kindly give one example of what u want in your sheet as to study the data > and analyse the same and preparing format as per your requirement takes a > lot time > >

Re: $$Excel-Macros$$ Reduce the Size

2011-12-13 Thread Jitendra singh
o all the good you can, > By all the means you can, > In 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 > *----- > > >

$$Excel-Macros$$ Reduce the Size

2011-12-13 Thread Jitendra singh
Dear all expert, Too much data in my Excel sheet. The Size is 700 mb. i Want to reduce the Size without touch data. Thanks and Regards Jitendra Singh -- FORUM RULES (934+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help

Re: $$Excel-Macros$$ Urgent help needed on Slow Excel Performance

2011-12-13 Thread Jitendra singh
Dear Noorain, Thanks. Regards Jitendra Singh On Tue, Dec 13, 2011 at 11:01 PM, NOORAIN ANSARI wrote: > Dear Jitender, > > I would suggest you to go ahead and record macro and then watch and > relate these codes by your steps, which you had taken and start > un

Re: $$Excel-Macros$$ Urgent help needed on Slow Excel Performance

2011-12-13 Thread Jitendra singh
dear all, how can i learn macro. please suggest me. Thanks & Regards Jitendra Singh On Tue, Dec 13, 2011 at 10:04 PM, dguillett1 wrote: > *http://tinyurl.com/7yt37xy* > > > > https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=11&checkda=1&ct=1323

Re: $$Excel-Macros$$ How to Extract the Second Biggest number from a list of numbers

2011-12-01 Thread Jitendra singh
=LARGE(A1:G1,2) Regards jeet On Thu, Dec 1, 2011 at 3:51 PM, Aindril De wrote: > Hi Friends, > I have a list of numbers, for e.g. 1,3,2,4,2,3,4,5,2. I would need to > extract the second biggest number from this list. > Note: This list cannot be sorted. I have already found out how to do it > fro