Search found 3 matches
- 24 Apr 2011 15:29
- Forum: DOS Batch Forum
- Topic: close in a batch file
- Replies: 15
- Views: 29841
Re: close in a batch file
yeah.. i figured that. Thing is this sheet is on a network and the people that open it will never "Enable Macros" because they act like tards... I could lower the security settings... but the "real IT people" that run the network will invoke a policy to raise it once the pc is re...
- 24 Apr 2011 08:06
- Forum: DOS Batch Forum
- Topic: close in a batch file
- Replies: 15
- Views: 29841
Re: close in a batch file
Almost! Is there a way to make it save without asking to save before the sheet closes?
- 23 Apr 2011 14:31
- Forum: DOS Batch Forum
- Topic: close in a batch file
- Replies: 15
- Views: 29841
close in a batch file
I would like to have the ability to open/close an excel file with a batch file. Example of what I think it should do... @echo off start C:\Users\Desktop\book1.xlsx pause pause pause close C:\Users\Desktop\book1.xlsx save=true end I know this is not right, so I'll leave it to someone that knows what ...