How do I set the file path for the getopenfilename function?... Appears as the default folder.
----------------
Dim FO As Object
Dim FN
Set FO = CreateObject("excel.Application")
FN = FO.getopenfilename("Text Files (*.txt), *.txt", , "File Open", , True)
Hi
How can i do for see to Label caption change (source is in progres)
I tried this module
'Public Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal milliseconds As LongPtr)'
It's possible to wait, but I can't see the change.
OTL