I have this code to populate a ComboList with folder names. Works great but when it runs it gives me a SentinelOne security alert. I stepped through the code and the alert seems to be triggered by this line of code:
...and here's the error:
Am I stuck with the alerts?
VBA Code:
Archive_Open_Year.List = Split(CreateObject("wscript.shell").exec("cmd /c Dir ""\\GLC-SERVER\Pulte\Z_Pulte Master Archive\*."" /b").stdout.readall, vbCrLf)
...and here's the error:
Am I stuck with the alerts?