|
Subject:
|
How to Save data through MACRO
|
|
Posted By:
|
kotaiah
|
Post Date:
|
9/21/2006 7:01:41 AM
|
Hi When I fill data, it is going to store on sheet(2) ater I need to press save button. But I dont like that.........when fill data HOW TO MAKE AUTOMATICALLY SAVE.
Thanks&Regards Kotaiah mail id: katragaddakv@gmail.com contact no:91+9867814180
ASAP
|
|
Reply By:
|
jrogers
|
Reply Date:
|
9/21/2006 7:23:27 AM
|
something like ActiveWorkbook.Save.. or if you know the name of the workbook then workbook("name").save..
|