Search results

  1. B

    FTP stage code VBA

    Hello, I am trying use a CodeStage to get a file like a FTP, but a have some issues when I check my code. 'Private Sub FTPDownloadFile(ByVal downloadpath As String, ByVal ftpuri As String, ByVal ftpusername As String, ByVal ftppassword As String) 'Create a WebClient. Dim...
  2. B

    Filter Excel Data By Specific Criteria

    Hello, I am trying do the same activity but I have a question: How may I use several filters in this code line: " sheet.range(varUsedRange).AutoFilter (Field:=1, Criteria1:=1, Operator:=xlOr, Criteria2:=2) " Thanks
  3. B

    HTML mode identify does not work on windows 10

    Guys, I was installing VMWare workstation but I couldnt, cuz my Credential Guard/Device Guard is enabled fails with BSOD. I did this solution: https://kb.vmware.com/s/article/2146361 Now I can use HTML mode, but I not sure why
  4. B

    HTML mode identify does not work on windows 10

    Really? but when I use Windows 8, this mode work correctly.
  5. B

    HTML mode identify does not work on windows 10

    Hello everyone, I am trying use HTML mode in Application modeller, but this function does not exist. I selected Browser-based application in app wizard.
Top