#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default saving

Is there a way to save a sheet after every entry?

Thanks,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default saving

Hi,

You don't make it clear what you mean by every entry and you can't save a
worksheet, you must save the workbook. So taking your question literally this
saves the workbook every time a cell changes

Alt+F11 to open vb editor. doubleclick 'this workbook' and paste this in

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

Mike

"MIke" wrote:

Is there a way to save a sheet after every entry?

Thanks,
Mike

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default saving

You would need to use a macro... I personally would not do it though as your
performance could be awfully slow. If you want help with the macro just post
back. It is quite simple to do...
--
HTH...

Jim Thomlinson


"MIke" wrote:

Is there a way to save a sheet after every entry?

Thanks,
Mike

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default saving

Mike,

Thanks. Thats what I needed.

"Mike H" wrote:

Hi,

You don't make it clear what you mean by every entry and you can't save a
worksheet, you must save the workbook. So taking your question literally this
saves the workbook every time a cell changes

Alt+F11 to open vb editor. doubleclick 'this workbook' and paste this in

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

Mike

"MIke" wrote:

Is there a way to save a sheet after every entry?

Thanks,
Mike

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving DRANDON Excel Discussion (Misc queries) 1 July 28th 06 07:09 PM
Saving Changes blatham Excel Discussion (Misc queries) 4 February 3rd 06 03:17 PM
Saving a sum fishy Excel Worksheet Functions 1 May 19th 05 04:47 AM
Saving XLS to CSV PTL Excel Discussion (Misc queries) 4 February 15th 05 06:21 AM
Saving and DRM LDanix Excel Discussion (Misc queries) 1 January 13th 05 07:13 PM


All times are GMT +1. The time now is 03:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"