Re: $$Excel-Macros$$ Re: Data Filled every 15 Min.

2012-09-21 Thread in . vaibhav
Cheerz Thanks for acknowledgment.. Rgds//Vabs -Original Message- From: Jayaprakash S Sender: excel-macros@googlegroups.com Date: Fri, 21 Sep 2012 15:17:30 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Re: Data Filled every 15 Min. Thanks so much Vabs f

Re: $$Excel-Macros$$ Re: Check for Repeats in cell

2012-09-16 Thread in . vaibhav
Hi, I wants to highlight those cells whose content is repeated in cells in the select range. As we highlight duplicate cell based on cell value, I want to highlight based on cell content. Thanks & Rgds. -Original Message- From: Prince Dubey Sender: excel-macros@googlegroups.com Date:

Re: $$Excel-Macros$$ Re: Excel Formula challenge

2012-09-15 Thread in . vaibhav
It workz for the given case but if more txt is der den formula wil run for milez :p I'm figuring formula dat wl work for all cases. Rgds -Original Message- From: "Rajan_Verma" Sender: excel-macros@googlegroups.com Date: Sat, 15 Sep 2012 22:38:16 To: Reply-To: excel-macros@googlegrou

Re: $$Excel-Macros$$ Re: automatic update totals in cumulative colums

2012-09-10 Thread in . vaibhav
At present there is no such predefined function to give cumulative value as desired by you. I'll try to tweak n find solution. Good Night ... Cheerz n Thanks Rgds//Vabz -Original Message- From: shashank bhosle Sender: excel-macros@googlegroups.com Date: Tue, 11 Sep 2012 01:56:56 To: e

Re: $$Excel-Macros$$ show only last four digit of the number

2012-09-07 Thread in . vaibhav
Hi This function works for me, hi you can try dis VBA function Function astrix(ByVal Txt As String, Optional Ref As Boolean = False) As String   Dim X As Long, CellVal As String   For X = 1 To Len(Txt) - 4     If Mid(Txt, X, 1) = "-" Then     Mid(Txt, X, 1) = "-"     Else     Mid(Txt, X, 1) = "*

Re: $$Excel-Macros$$ show only last four digit of the number

2012-09-07 Thread in . vaibhav
First use Substitue fn to subst "-" with "" and then use Right function. Rgds Vabs -Original Message- From: maksood alam <786maks...@gmail.com> Sender: excel-macros@googlegroups.com Date: Fri, 7 Sep 2012 20:33:28 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ s

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

2012-09-01 Thread in . vaibhav
Congrats Noorain.. Rgds Vaibhav -Original Message- From: Ayush Jain Sender: excel-macros@googlegroups.com Date: Sun, 2 Sep 2012 10:32:31 To: excel-macros Reply-To: excel-macros@googlegroups.com Cc: NOORAIN ANSARI Subject: $$Excel-Macros$$ Noorain Ansari - Most Helpful Member August 2012

Re: $$Excel-Macros$$ Exporting emails in excel

2012-08-29 Thread in . vaibhav
Dear Amit, Send me your sample extracted data and format in which you want day. Rgds Vaibhav -Original Message- From: "Amit Desai (MERU)" Sender: excel-macros@googlegroups.com Date: Thu, 30 Aug 2012 09:25:16 To: 'in.vaib...@googlemail.com'; Reply-To: excel-macros@googlegroups.com Subj

$$Excel-Macros$$ If condition limitation.

2012-08-28 Thread in . vaibhav
Hi All I have a tracker with almost 10 condition to be tasted. All condition is shown as header, for case 1 when first event is completed then date of completion is put under 1st header and under status for case 1 value to be reflected is description of header 1. When second event is completed

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

2012-07-01 Thread in . vaibhav
Yes Don ayush is correct I use your ideas to solve many problems at many other forum n sites. This is great forum for newbies n expert. You all are stars n made this forum unique. Thanks to all. -Original Message- From: Ayush Jain Sender: excel-macros@googlegroups.com Date: Sun, 1 J

Re: $$Excel-Macros$$ Re: MIS executive

2012-06-18 Thread in . vaibhav
Definitely agreed. -Original Message- From: Ayush Jain Sender: excel-macros@googlegroups.com Date: Mon, 18 Jun 2012 23:41:44 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Re: MIS executive Vaibhav, Allowing job posts is not only moderation but an invitatio

Re: $$Excel-Macros$$ Re: MIS executive

2012-06-18 Thread in . vaibhav
Hi Ayush, Why can't we have separate team of moderator like other sites. -Original Message- From: Ayush Jain Sender: excel-macros@googlegroups.com Date: Mon, 18 Jun 2012 23:02:07 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Re: MIS executive Hello All, T

Re: $$Excel-Macros$$ Tally import

2012-06-02 Thread in . vaibhav
Hi, What you want to import, provide with details. -Original Message- From: Hari Sender: excel-macros@googlegroups.com Date: Sat, 2 Jun 2012 22:35:23 To: Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Tally import Hi, Can someone tell the procedures of importing tra

Re: $$Excel-Macros$$ Most helpful Member - March 12- Don Guillett

2012-04-14 Thread in . vaibhav
Congrats Don n Thanks a lot for sharing. -Original Message- From: Ayush Jain Sender: excel-macros@googlegroups.com Date: Sat, 14 Apr 2012 09:36:16 To: excel-macros Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Most helpful Member - March 12- Don Guillett Dear members

Re: $$Excel-Macros$$ seeking help on Date format

2012-02-12 Thread in . vaibhav
Go to control panel and change date format in regional setings. -Original Message- From: .•:*¨¨*:•. .•:V.Kiran Kumar :•. .•:* ¨¨*:•. vadnalaki...@gmail.com Sender: excel-macros@googlegroups.com Date: Sun, 12 Feb 2012 22:25:06 To: Reply-To: excel-macros@googlegroups.com Subjec

Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread in . vaibhav
Use formula =text(ref,"Mmmm") Where ref is cell reference. BR// -Original Message- From: Rajesh K R Sender: excel-macros@googlegroups.com Date: Sun, 8 May 2011 16:48:36 To: excel-macros Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ get name of months from date Hi E

Re: $$Excel-Macros$$ Re: Automation of copy paste exercise

2010-12-26 Thread in . vaibhav
Hi Send attachment Sent on my BlackBerry® from Vodafone -Original Message- From: Umar Abeer Sender: excel-macros@googlegroups.com Date: Sun, 26 Dec 2010 10:56:20 To: Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Re: Automation of copy paste exercise Dear All, I a

Re: $$Excel-Macros$$ Create a new work book and copy the data from theexcising work book

2010-12-18 Thread in . vaibhav
Yes, Send your data sheet with ur requirements. Sent on my BlackBerry® from Vodafone -Original Message- From: Rajesh K R Sender: excel-macros@googlegroups.com Date: Sat, 18 Dec 2010 17:24:19 To: excel-macros Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Create a new

Re: Fwd: $$Excel-Macros$$ Skip blank cells while copying a list

2010-12-13 Thread in . vaibhav
Hi, Copy data in separate sheet, Then select all data in that coloumn, Now select blank cells, by pressing ctr + G (i.e. Goto) then select Blank Cells and Delete all Rows. Sent on my BlackBerry® from Vodafone -Original Message- From: Rajasekhar Praharaju Sender: excel-macros@googlegr

Re: $$Excel-Macros$$ Vlookup in Macro

2010-12-10 Thread in . vaibhav
Hi, Add line; On error resume next Rgds Vaibhav J Sent on my BlackBerry® from Vodafone -Original Message- From: Raj Mahapatra Sender: excel-macros@googlegroups.com Date: Fri, 10 Dec 2010 10:02:19 To: Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Vlookup in Macro

Re: $$Excel-Macros$$ Sort

2010-12-05 Thread in . vaibhav
Pl send your excel sheet. Rgds Vaibhav J Sent on my BlackBerry® from Vodafone -Original Message- From: Dick Sender: excel-macros@googlegroups.com Date: Sat, 4 Dec 2010 18:41:13 To: MS EXCEL AND VBA MACROS Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Sort I have a

Re: $$Excel-Macros$$ Convert PDF to excel

2010-11-30 Thread in . vaibhav
Hi, You can use verypdf to convert pdf to excel Sent on my BlackBerry® from Vodafone -Original Message- From: Skanda Sender: excel-macros@googlegroups.com Date: Tue, 30 Nov 2010 11:29:26 To: Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Convert PDF to excel hi All

Re: $$Excel-Macros$$ Bold a Text with Help Of Formula

2010-11-30 Thread in . vaibhav
Hi, If possible send that file and how do u send email through Outlook, OL express or through CDO. Sent on my BlackBerry® from Vodafone -Original Message- From: Rahul Kamal Gandhi Date: Tue, 30 Nov 2010 12:57:55 To: in.vaib...@googlemail.com Cc: excel-macros@googlegroups.com Subject:

Re: $$Excel-Macros$$ Salary sending problem

2010-11-29 Thread in . vaibhav
Hi Again, I can generate in PDF for that u will require to have Office 2007, but password protection is not possible at present. Is it OK. Sent on my BlackBerry® from Vodafone -Original Message- From: Ankit Agrawal Date: Mon, 29 Nov 2010 11:42:43 To: Cc: Subject: Re: $$Excel-Macros

Re: $$Excel-Macros$$ Integrating Outlook with Excel

2010-11-28 Thread in . vaibhav
Dear Yogesh, Pl state your requirement in terms if action to be performed on receipt of email. Also mention which version of Excel you are using. Sent on my BlackBerry® from Vodafone -Original Message- From: Yogesh Kudva Sender: excel-macros@googlegroups.com Date: Sat, 27 Nov 2010 21:

Re: $$Excel-Macros$$ Salary sending problem

2010-11-28 Thread in . vaibhav
Dear Ankit, Thanks for your appreciation, Is your query solved. If not then what type of error is occurring. You need to create payslips folder in C drive. And all files are stored in that folder. Pl note folder name is Payslips and not payslip. The location and name of folder can be also cha

Re: $$Excel-Macros$$ Salary sending problem

2010-11-26 Thread in . vaibhav
Dear Ankit, File is saved in C:/Payslip folder. Sent on my BlackBerry® from Vodafone -Original Message- From: Ankit Agrawal Date: Sat, 27 Nov 2010 08:37:47 To: in.vaib...@googlemail.com Cc: Subject: Re: $$Excel-Macros$$ Salary sending problem Namste Vaibhav ji, *Unbelievable task. *

Re: $$Excel-Macros$$ Speed up Excel Start Up (FASTER EXCEL)

2010-11-25 Thread in . vaibhav
Thanks Ashish Sent on my BlackBerry® from Vodafone -Original Message- From: "OpenExcel.com" Sender: excel-macros@googlegroups.com Date: Thu, 25 Nov 2010 05:40:23 To: MS EXCEL AND VBA MACROS Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Speed up Excel Start Up (FA

Re: $$Excel-Macros$$ : How to reduce the Excel File size

2010-11-25 Thread in . vaibhav
Hi You have to clean up all your sheets. i.e. Re-Set excel last cells by deleting un used cells. Delete all un used coloumn and un used row. Sent on my BlackBerry® from Vodafone -Original Message- From: Sundarvelan N Sender: excel-macros@googlegroups.com Date: Thu, 25 Nov 2010 12:54:02

Re: $$Excel-Macros$$ Need Suggestion urgent

2010-11-22 Thread in . vaibhav
Dear Ankit, For sending email through excel following is basic requirement: If you want to send email directly without help of any application viz. Outlook, You shoud have SMTP server running on your workstation; Or else you shoul use help of Macro to send it to Outlook. At present I am not acc

Re: $$Excel-Macros$$ Re: Convert PDF files to RTF File.

2010-11-18 Thread in . vaibhav
Hi, Why VBA code, use PDF to Word converter. Just Google it on internet it can covert multiple files in once shot also. Sent on my BlackBerry® from Vodafone -Original Message- From: ashish koul Sender: excel-macros@googlegroups.com Date: Fri, 19 Nov 2010 03:38:02 To: Reply-To: excel-

Re: $$Excel-Macros$$ 3 last digit

2010-11-14 Thread in . vaibhav
Hi, Write this formula in cell B5 and copy down wherever you require; =if(value(left(right(E5,3),1))=6,"800"&right(E5,3),"ABC-"&right(E5,3)) Sent on my BlackBerry® from Vodafone -Original Message- From: ratu elissa Sender: excel-macros@googlegroups.com Date: Sun, 14 Nov 2010 16:52:36

Re: $$Excel-Macros$$ 3 last digit

2010-11-14 Thread in . vaibhav
Can u explain logic of using ABC Sent on my BlackBerry® from Vodafone -Original Message- From: ratu elissa Sender: excel-macros@googlegroups.com Date: Sun, 14 Nov 2010 16:52:36 To: Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ 3 last digit Please Help Me How to cr

Re: $$Excel-Macros$$ sum duplicate value

2010-11-14 Thread in . vaibhav
Hi Bhavya, Try usinf sumif function instead, it will help you get the sum. Sent on my BlackBerry® from Vodafone -Original Message- From: bhavya khanna Sender: excel-macros@googlegroups.com Date: Sun, 14 Nov 2010 12:55:47 To: ; Reply-To: excel-macros@googlegroups.com Subject: $$Excel-M

Re: $$Excel-Macros$$ Help: Using SUMIF(S) Function

2010-11-09 Thread in . vaibhav
Hi, Write following formula beside date column, i.e. In cell C4: =text(B4,"mmm") Now copy this formula in all rows of coloumn C, You will get Month name like Aug in cell C4. Now you can use sum if. Sent on my BlackBerry® from Vodafone -Original Message- From: janet dickson Sender:

Re: $$Excel-Macros$$ Formula required

2010-10-17 Thread in . vaibhav
Hi, Soln possible using pivot since result contains multiple data. Rgds. Vaibhavj Sent on my BlackBerry® from Vodafone -Original Message- From: Priya Jose Sender: excel-macros@googlegroups.com Date: Sun, 17 Oct 2010 15:52:52 To: Reply-To: excel-macros@googlegroups.com Subject: $$Exce

Re: $$Excel-Macros$$ Ayush Jain - Microsoft MVP 2010

2010-10-03 Thread in . vaibhav
Congrats Ayush Rgds Vaibhav www.excel.blog.com Sent on my BlackBerry® from Vodafone -Original Message- From: "Vijay Kr. Aggarwal" Sender: excel-macros@googlegroups.com Date: Sun, 3 Oct 2010 04:22:40 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Ayush Jain -

Re: $$Excel-Macros$$ Hi

2010-09-30 Thread in . vaibhav
PFA Vaibhav J www.excel.blog.com Sent on my BlackBerry® from Vodafone -Original Message- From: Pankaj Kumar Sender: excel-macros@googlegroups.com Date: Thu, 30 Sep 2010 21:15:12 To: excel-macros Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Hi Hi, exper it urgent i

Re: $$Excel-Macros$$ Urgent Querry

2010-09-30 Thread in . vaibhav
PFA sheet with formula Vaibhav J Sent on my BlackBerry® from Vodafone -Original Message- From: Pankaj Kumar Sender: excel-macros@googlegroups.com Date: Thu, 30 Sep 2010 18:28:53 To: excel-macros Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Urgent Querry Hi, All E