I am wondering if the VBA can open a file by itself and ran a call process.
SO the callall will run very 1 hr as this callall run the required process and saved and close the file.
so the vab will reopen the file by itself after 1 hr and then it will run the callall
any way to fix work on it.
SO the callall will run very 1 hr as this callall run the required process and saved and close the file.
so the vab will reopen the file by itself after 1 hr and then it will run the callall
any way to fix work on it.
VBA Code:
Private Sub Workbook_Open()
Call callall
End Sub