Search results

  1. S

    How do I set the file path for the getopenfilename function?

    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)
  2. S

    How can i do for see to Label caption change

    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
  3. S

    getopenfilename -> listbox

    how do i input the file name obtained with getopenfilename to the listbox ? selected multiple files...
Back
Top Bottom