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

2010-12-21 Thread Rajesh K R
ether: > > ActiveWorkbook.SaveAs Filename:= InputBox("File name, please?") > > > Paul > > - Original Message ---- >> From: Rajesh K R >> To: excel-macros@googlegroups.com >> Sent: Mon, December 20, 2010 8:28:51 AM >> Subject: Re: $$Exc

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

2010-12-20 Thread Paul Schreiner
---  or remove the variable altogether: ActiveWorkbook.SaveAs Filename:= InputBox("File name, please?") Paul - Original Message > From: Rajesh K R > To: excel-macros@googlegroups.com > Sent: Mon, December 20, 2010 8:28:51 AM > Subject:

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

2010-12-20 Thread Rajesh K R
Hi I think using save as it can do, I crate a macro given below but its not working well Sub copyfile( ) Dim Filename As String ActiveWorkbook.SaveAs Filename:=Filename = InputBox("File name, please?") end sub it save the file in the name of False.xls always.Pls let me know what is the trouble. Re

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