
Originally Posted by
Logit
.
.
I can't make any comments about the VB script of BAT file ... however,
in your workbook :
In the ThisWorkbook module do you have a call to the macro when the workbook opens ?
Option Explicit
Private Sub Workbook_Open()
Backup_Check
End Sub
No, I don't. Should I? I thought that the statement:
objExcel.Run "Acronis Backup Check!Backup_Check"
would do that, running that macro. Is that not true?
Bookmarks