I need VBA excel to quickly search for files meeting certain criteria in all subdirectories on a network drive. And so I found a cool, which is very fast-acting code. Unfortunately, there is a problem with Polish characters. For example, the output of this code is as below.
C: \ Users \ Andrzej \ Desktop \ vba \ Dzieä31.xlsm
The letter ń is changed, even though typing the dir command manually and copying it manually works fine - that is, Polish characters are being copied. Do you know any solution to this problem? So that it doesn't slow down your code significantly?
C: \ Users \ Andrzej \ Desktop \ vba \ Dzieä31.xlsm
The letter ń is changed, even though typing the dir command manually and copying it manually works fine - that is, Polish characters are being copied. Do you know any solution to this problem? So that it doesn't slow down your code significantly?
Code: VBScript