V
vbaNOOB
Hi all,
I'm using FolderDialog funciton in my vba
It'll pop up a very nice explorer and let u choose the folder that u want,
then return the file path.
The thing is, it work in my computer, however, when my friends test it on
his comp
The explorer is ok, but it cant show sub folder??
for exmple: C:\testFolder\insideTest
In the explorer, it can only show "testFolder", but cant show the subFolder
"insideTest"
This is the code I'm using:
mainPath = FolderDialog.GetDirectory("Please Choose Directory")
any hint??
Many Thanks
I'm using FolderDialog funciton in my vba
It'll pop up a very nice explorer and let u choose the folder that u want,
then return the file path.
The thing is, it work in my computer, however, when my friends test it on
his comp
The explorer is ok, but it cant show sub folder??
for exmple: C:\testFolder\insideTest
In the explorer, it can only show "testFolder", but cant show the subFolder
"insideTest"
This is the code I'm using:
mainPath = FolderDialog.GetDirectory("Please Choose Directory")
any hint??
Many Thanks