Hello All,
So I currently am trying to open from VBA, an output file of a macro recordercalled tinytask. I am able to sue theshell function to open the macro recorder itself using the below:
Sub TinyTaskCallExample()
DimstrProgramName As String
Dim strArgumentAs String...