Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
inash > *Sent:* Friday, July 06, 2012 10:32 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ help regarding range selection from > worksheet > > hi don thanks for your help > and sorry for i was not able to explain my requirement but can u plea

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
Microsoft Excel Developer > SalesAid Software > dguille...@gmail.com > > *From:* dguillett1 > *Sent:* Friday, July 06, 2012 9:49 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ help regarding range selection from > worksheet > > Had you

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread dguillett1
: $$Excel-Macros$$ help regarding range selection from worksheet hi don thanks for your help and sorry for i was not able to explain my requirement but can u please explain me how this code is working and what if the range table which is mentioned in A and B column is in M and N column??? what will

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
t;> If Target.Column <> 1 Then Exit Sub >> Application.Goto Sheets(CStr(Target)).Range(Target.Offset(, 1)) >> End Sub >> >> Don Guillett >> Microsoft Excel Developer >> SalesAid Software >> dguille...@gmail.com >> >> *From:* Avinash

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread dguillett1
Next i End With End Sub Don Guillett Microsoft Excel Developer SalesAid Software dguille...@gmail.com From: dguillett1 Sent: Friday, July 06, 2012 9:49 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ help regarding range selection from worksheet Had you explained that you want

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread dguillett1
th End Sub Don Guillett Microsoft Excel Developer SalesAid Software dguille...@gmail.com From: Avinash Sent: Friday, July 06, 2012 9:20 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ help regarding range selection from worksheet Please find attached Excel sheet and run my

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread dguillett1
e(Target.Offset(, 1)) End Sub Don Guillett Microsoft Excel Developer SalesAid Software dguille...@gmail.com From: Avinash Sent: Friday, July 06, 2012 6:14 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ help regarding range selection from worksheet hi ashish there is little

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
Range(rngCell.Offset(, 1).Value).Select > > Next rngCell > > > > > > End Sub > > > > * * > > *Regards* > > *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > > > *From:* excel-macros@googlegroups.com [mailto: >

RE: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Rajan_Verma
groups.com Subject: $$Excel-Macros$$ help regarding range selection from worksheet Hi all, i want help regarding range selection from worksheet. i have created 1 macro to select specific range from sheet and for that matter i have used below mentioned code Sheets("sheet1").Selec

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-05 Thread Avinash
Awesome Jhakaa.!!! Thank You So Much...!:) On Thursday, July 5, 2012 10:51:16 PM UTC+5:30, ashish wrote: > > try something like this > > > a2 = sheet name > b2 = cell adress > > > Sub test() > Sheets(Range("a2").Value).Range(Range("b2"

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-05 Thread ashish koul
try something like this a2 = sheet name b2 = cell adress Sub test() Sheets(Range("a2").Value).Range(Range("b2").Value).Select End Sub On Thu, Jul 5, 2012 at 10:47 PM, Avinash wrote: > Hi all, > > i want help regarding range selection from worksheet. > > i have created 1 macro to select spe

$$Excel-Macros$$ help regarding range selection from worksheet

2012-07-05 Thread Avinash
Hi all, i want help regarding range selection from worksheet. i have created 1 macro to select specific range from sheet and for that matter i have used below mentioned code Sheets("sheet1").Select ActiveSheet.Range("C7:BS37").Select my macro should work on range which i have mentioned in the

RE: $$Excel-Macros$$ Help regarding bank statment

2011-07-08 Thread Rajan_Verma
-Macros$$ Help regarding bank statment hi check the attachment see if it helps On Fri, Jul 8, 2011 at 10:09 AM, L.K. Modi wrote: Dear Members, Thanks for your valuable support. I have an querry in which i have to check interest calculation for banks. Me attaching a sheet in

Re: $$Excel-Macros$$ Help regarding bank statment

2011-07-07 Thread ankur
*hi LK modi use this simpler formula =LOOKUP(2,1/(A1:A10=A2),B1:B10) file is attached *Have A Nice Time & Enjoy Life Regards: CMA Ankur Pandey (Someone Different) I'm not the best but i'm not like the rest~~ On Fri, Jul 8, 2011 at 10:56 AM, harsh shah wrote: > HOPE THIS MIGHT BE USEFUL.

Re: $$Excel-Macros$$ Help regarding bank statment

2011-07-07 Thread harsh shah
HOPE THIS MIGHT BE USEFUL. On 8 July 2011 10:09, L.K. Modi wrote: > Dear Members, > > Thanks for your valuable support. I have an querry in which i have to check > interest calculation for banks. > > Me attaching a sheet in which column A have date that is in different > format. and in column B

Re: $$Excel-Macros$$ Help regarding bank statment

2011-07-07 Thread ashish koul
hi check the attachment see if it helps On Fri, Jul 8, 2011 at 10:09 AM, L.K. Modi wrote: > Dear Members, > > Thanks for your valuable support. I have an querry in which i have to check > interest calculation for banks. > > Me attaching a sheet in which column A have date that is in different

$$Excel-Macros$$ Help regarding bank statment

2011-07-07 Thread L.K. Modi
Dear Members, Thanks for your valuable support. I have an querry in which i have to check interest calculation for banks. Me attaching a sheet in which column A have date that is in different format. and in column B the balance as on the respective dates. As the bank charges interest on the clos

Re: $$Excel-Macros$$ help regarding date formula

2011-07-07 Thread karunanithi ramaswamy
hi, the betterr is   =DATE(YEAR(C4),MONTH(C4)+1,5) because he wants 'next month' 5th. R.Karunanithi --- On Thu, 7/7/11, ashish koul wrote: From: ashish koul Subject: Re: $$Excel-Macros$$ help regarding date formula To: excel-macros@googlegroups.com Date: Thursday, July 7, 2011

Re: $$Excel-Macros$$ help regarding date formula

2011-07-07 Thread karunanithi ramaswamy
Hi,    u use this     =DATE(YEAR(C4),MONTH(C4)+1,5)and drag the fill handle down till c4 is not blank. u will get what u want.   R.Karunanithi. --- On Thu, 7/7/11, L.K. Modi wrote: From: L.K. Modi Subject: $$Excel-Macros$$ help regarding date formula To: excel-macros@googlegroups.com Date

Re: $$Excel-Macros$$ help regarding date formula

2011-07-06 Thread ankur
*ok sir *Have A Nice Time & Enjoy Life Regards: CMA Ankur Pandey (Someone Different) I'm not the best but i'm not like the rest~~ On Thu, Jul 7, 2011 at 11:44 AM, L.K. Modi wrote: > THANKS A LOT MY PROBLEM IS SOLVED NOW BY THESE VALUABLE MEMBERS > > > REGARDS > LKMODI > > On Thu, Jul 7, 2011

Re: $$Excel-Macros$$ help regarding date formula

2011-07-06 Thread L.K. Modi
THANKS A LOT MY PROBLEM IS SOLVED NOW BY THESE VALUABLE MEMBERS REGARDS LKMODI On Thu, Jul 7, 2011 at 10:25 AM, L.K. Modi wrote: > Dear Members, > > Me attaching a sheet which relates to Excise duty payment.The result should > be 5 of the next of the month of Invoice.We are currently doing it

Re: $$Excel-Macros$$ help regarding date formula

2011-07-06 Thread ankur
(YEAR(C4),MONTH(C4)+1,5)* > > * * > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *L.K. Modi > *Sent:* Thursday, July 07, 2011 10:26 AM > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ help regarding date formula &

RE: $$Excel-Macros$$ help regarding date formula

2011-07-06 Thread Rajan_Verma
Use this in D4 =DATE(YEAR(C4),MONTH(C4)+1,5) From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of L.K. Modi Sent: Thursday, July 07, 2011 10:26 AM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ help regarding date formula Dear Members

Re: $$Excel-Macros$$ help regarding date formula

2011-07-06 Thread ashish koul
use this=DATE(YEAR(C4),MONTH(C4),5) On Thu, Jul 7, 2011 at 10:25 AM, L.K. Modi wrote: > Dear Members, > > Me attaching a sheet which relates to Excise duty payment.The result should > be 5 of the next of the month of Invoice.We are currently doing it > manually. But is there any formula b

$$Excel-Macros$$ help regarding date formula

2011-07-06 Thread L.K. Modi
Dear Members, Me attaching a sheet which relates to Excise duty payment.The result should be 5 of the next of the month of Invoice.We are currently doing it manually. But is there any formula by which we can do that fast and in less time. Hope you wil surely help me. Regards LKModi --

Re: $$Excel-Macros$$ Help Regarding

2010-05-25 Thread kaza deepu
hi it is possible through vlookup see the attachment as i am in office in our right now we are using MS Excel 2003 that's why i could not able to see your file and give prompt solution but I hope this will help u if not plz feel free to revert me. On Tue, May 25, 2010 at 3:36 PM, Jai wrote: >

Re: $$Excel-Macros$$ Help Regarding

2010-05-25 Thread saggi
Just paste this formula that will work same =IF(B50="material",10.3%,4.12%) On May 25, 3:06 pm, Jai wrote: > Dear All > > 1.    When we Selcet  the Type of Work  ( Material ) Service tax  Show 4.12 > %, > > 2.   When we Selcet  the Type of Work    ( Labour  ) Service tax  Show 10.3 > % > > Can

$$Excel-Macros$$ help regarding send keys

2010-04-22 Thread ashish koul
hi i am trying to select the all the data of page and paste into excel Sub ABC() Dim IE Dim objShell Set IE = CreateObject("InternetExplorer.Application") Set objShell = CreateObject("WScript.Shell") With IE .Left = 20 .Top = 20 .Height = 540 .Width = 9

$$Excel-Macros$$ Help regarding attached file.

2009-10-13 Thread Aligahk06
Please assist me in attached file Rgds, Aligahk06 --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at h

$$Excel-Macros$$ Help regarding automation

2009-09-05 Thread Aligahk06
Dear All, I have a workbook with sheet1 (name of sheet qty) and sheet2(name of sheet price) I want in Sheet2(price) i.e multiplication of qty and price cell by cell and then sum of each multiplication in a cell. i.e Qty.Sheet price sheet Cell c6:c21 c6:c21 Cell d6:d21 d6:d21 ... upto Cell j6:j21 j6

Fwd: $$Excel-Macros$$ Help regarding formula

2009-08-25 Thread vidyut more
can i use this formula to another sheet extract data from another sheet. -- Forwarded message -- From: Anish Shrivastava Date: Tue, Aug 25, 2009 at 3:32 PM Subject: Re: $$Excel-Macros$$ Help regarding formula To: excel-macros@googlegroups.com Cc: vidyutm...@gmail.com Hi Vidyut

$$Excel-Macros$$ Help regarding formula

2009-08-25 Thread vidyut more
plz find attd. excel file. i want formula for particular q.No. Mtrs on particular date. txn in advance. --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tu