• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Save Automatic

@Abhijeet

please try this code in your workbook Module when ever you change in your any worksheet then the workbook will save

Code:
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
    ActiveWorkbook.Save
End Sub

Hope it clear your problem other wise please give some more details

Thanks
 
Abhijeet

Your question lacks a bit of clarity. Where do you want to enter the information? Is this in a range of cells, in a particular cell.

Thanks

Smallman
 
@Luke M
Hi!
Maybe the OP wants to get sure to don't lose any entered data ever again, what he might not know is the cost to be paid. Let him give a try (aka wait & see, I'd bet on no more than 10 minutes of use with this method).
Regards!
 
Back
Top