RE: $$Excel-Macros$$ Re: VBA Error in copying filtered rows

2015-05-18 Thread Pankaj Sharma
Date: Mon, 18 May 2015 04:55:09 -0700 From: rockerna...@gmail.com To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Re: VBA Error in copying filtered rows send the attachment On Monday, May 18, 2015 at 5:19:18 PM UTC+5:30, Nitin Balodi wrote: Hi Mandeep, Thanks for the response

RE: $$Excel-Macros$$ Re: VBA Error in copying filtered rows

2015-05-18 Thread Nitin Balodi
. Regards. Yours Sincerely,Nitin Balodi Date: Mon, 18 May 2015 04:10:25 -0700 From: rocke...@gmail.com To: excel-...@googlegroups.com Subject: $$Excel-Macros$$ Re: VBA Error in copying filtered rows Assign sheet names while defining a range to be copied. means you should use Sheet("Name")

Re: $$Excel-Macros$$ Re: VBA Error in copying filtered rows

2015-05-18 Thread Mandeep Baluja
; > > Regards. > > Yours Sincerely, > *Nitin Balodi* > > > -- > Date: Mon, 18 May 2015 04:10:25 -0700 > From: rocke...@gmail.com > To: excel-...@googlegroups.com > Subject: $$Excel-Macros$$ Re: VBA Error in copying filtered rows >

RE: $$Excel-Macros$$ Re: VBA Error in copying filtered rows

2015-05-18 Thread Nitin Balodi
@googlegroups.com Subject: $$Excel-Macros$$ Re: VBA Error in copying filtered rows Assign sheet names while defining a range to be copied. means you should use Sheet("Name").range("A1:A100") instead of Only Range and send me the snapshot of error. Regards, Mandeep baluja On Monda

$$Excel-Macros$$ Re: VBA Error in copying filtered rows

2015-05-18 Thread Mandeep Baluja
Assign sheet names while defining a range to be copied. means you should use Sheet("Name").range("A1:A100") instead of Only Range and send me the snapshot of error. Regards, Mandeep baluja On Monday, May 18, 2015 at 4:31:22 PM UTC+5:30, Nitin Balodi wrote: > > Hi Champs, > > I am getting er