Search results

  1. T

    Convert to numeric

    A B C 10 -- -45.20 -50 -- -50.6 select sum (iif(isnumeric() = true, [A],0)) as SumofB from Sheet1$ this return null value, how to check numeric on column B because of double --
  2. T

    AA ObjectCloning time for waiting object

    i often uses Wait command or loop command with combination of If statement for waiting until object is appeared, this is waste of time, with Object Clonning statement it also wait for object to appear but only in short time, is there any tips let AA to wait until object appear. thanks so much
Top