when I run the code below I get the result pk??? but what does it mean ? it should echo all the value's in the xlsx
Option Explicit 'Force explicit variable declaration
'decales variable
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
Dim strPath, RootFolder, objFolder, colFiles...