S
Steven
Example:
Shell "explorer.exe " + "C:\", vbMaximizedFocus
I would like to be able to filter down on a string like:
-----------------------------
Dim strExplorer as String
strExplorer = *Steven*
-----------------------------
Then using the Shell above it would open explorer and just show me files
with the name Steven in them. Then either opening a file or close explorer
is all I would do from there.
Is that possible?
Thanks,
Steven
Shell "explorer.exe " + "C:\", vbMaximizedFocus
I would like to be able to filter down on a string like:
-----------------------------
Dim strExplorer as String
strExplorer = *Steven*
-----------------------------
Then using the Shell above it would open explorer and just show me files
with the name Steven in them. Then either opening a file or close explorer
is all I would do from there.
Is that possible?
Thanks,
Steven