I have an excel sheet "project.xl sm" with a macro "add" that update a cell value.
i want to run the macro using vbscript externally.
the important thing is i don't want to vbscript to open the workbook or close it as i will be openning and closing it manually, the vbscript should only run the macro.
any help please
i want to run the macro using vbscript externally.
the important thing is i don't want to vbscript to open the workbook or close it as i will be openning and closing it manually, the vbscript should only run the macro.
any help please
Comment