Is it possible to call a .vbs script from a VBA code whenever needed? If possible then can you give me a sample code of how to do so?
You may want to use """ if your path name contains a - For me the following solved this issue:
"""
-
Shell "cscript """ & ActiveWorkbook.Path & """\your.vbs", vbNormalFocus