Re: $$Excel-Macros$$ VBA to copy the entire data without the button in the sheet

2012-07-17 Thread t vinay
Thanks All.. On 14 July 2012 09:59, ╰» ℓαℓιт мσαнη mohan.pande...@gmail.com wrote: Hi Give this also a try. sheet2.resize(sheet1.usedrange.rows.count, sheet1.usedrange.columns.count).value = sheet1.usedrange.value Regards, Lalit Mohan On Sat, Jul 14, 2012 at 1:12 AM, dguillett1

$$Excel-Macros$$ VBA to copy the entire data without the button in the sheet

2012-07-13 Thread t vinay
Hi Team, Can any one help me with a vba code to copy the entire sheet into a new one without the button in that sheet. thanks for your help!! -- Regards, Vinay. T -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like

Re: $$Excel-Macros$$ VBA to copy the entire data without the button in the sheet

2012-07-13 Thread dguillett1
and then activesheet.shapes.cut Don Guillett Microsoft Excel Developer SalesAid Software dguille...@gmail.com From: NOORAIN ANSARI Sent: Friday, July 13, 2012 1:47 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ VBA to copy the entire data without the button in the sheet

Re: $$Excel-Macros$$ VBA to copy the entire data without the button in the sheet

2012-07-13 Thread ╰» ℓαℓιт мσαнη
Hi Give this also a try. sheet2.resize(sheet1.usedrange.rows.count, sheet1.usedrange.columns.count).value = sheet1.usedrange.value Regards, Lalit Mohan On Sat, Jul 14, 2012 at 1:12 AM, dguillett1 dguille...@gmail.com wrote: and then activesheet.shapes.cut Don Guillett Microsoft Excel