In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
From: Anil Gawli
>To: "excel-macros@googlegroups.com" ; Rupesh
>Patil
>Sent: Thursday, S
Dear Rupesh,
Write below code in a module.
Dim b As String
ActiveSheet.Name = b
Activesheet.SaveAs Filename:="C:\HarshadMacro\" & b & ".xlsx"
Workbooks(b & ".xlsx").Close
On Thu, Sep 11, 2014 at 12:05 PM, Rupesh Patil
wrote:
> Hello Expert,
>
> I need your help.
> I need VBA Macro.
> How to s