How to use Shell function in VBA?
In VBA (Visual Basic for Applications), the Shell function is used to run an executable program. It can be employed to start an application or a batch script directly from VBA. When you use the Shell function, it returns a Variant (Double) representing the program’s task ID, which is a unique identifier for the running program