Re: $$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-10 Thread Leo Ruphen
dafone > -- > *From: * ashish koul > *Date: *Sun, 9 Mar 2014 22:42:50 +0530 > *To: *excel-macros > *Subject: *Re: $$Excel-Macros$$ Excel Forum available @ discussexcel.com > > which row you want to pick how r u going to decide that > > > On Sun, Mar 9, 2014 at

Re: $$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
heet1").Rows("20:20").Copy > Destination:=Sheets("Sheet2").Range("a15") ' to copy whole row > > Sheets("Sheet1").Range("R20").Copy > Destination:=Sheets("Sheet2").Range("t10") ' to copy cell content &g

$$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
Hi Sir, Could you help me with vba codes. I need help on vba code to copy data from sheet 1 and paste in sheet 2. But the range to copy the data is different from the range to copy the data, for example : copy from ("R20") and paste in ("T10"). The "sheet 2" is a invoice, There is around 15 rows

$$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
Hi Sir, Could you help me with vba codes. I need help on vba code to copy data from sheet 1 and paste in sheet 2. But the range to copy the data is different from the range to copy the data, for example : copy from ("R20") and paste in ("T10"). The "sheet 2" is a invoice, There is around 15 rows

$$Excel-Macros$$ Excel Forum available @ discussexcel.com

2014-03-08 Thread Leo Ruphen
Hi Sir, Could you help me with vba codes. I need help on vba code to copy data from sheet 1 and paste in sheet 2. But the range to copy the data is different from the range to copy the data, for example : copy from ("R20") and paste in ("T10"). The "sheet 2" is a invoice, There is around 15 rows