Kitexl VBA compile error

madhukar
When trying to compile project, public sub Sleep for throughs error as method or data member not found?

@HowUTrade
Tagged:
  • HowUTrade
    @madhukar

    We have changed the name of this function in the test version.
    Do as follows;

    Go to the Bridge module of VBA and search for the UDF 'Sleep'
    Option1: If you don't need this UDF, then delete the entire UDF
    Option2: Just change the line Bridge.Sleep(....) to Bridge.PauseExecution(....)
Sign In or Register to comment.