Forum Discussion

kandy1984's avatar
kandy1984
Contributor
5 years ago
Solved

Using data from excel sheet for FindChild and passing as regex

Hi Everyone,   Thanks for helping. I am using a findChild method and passing in the properties from excelsheet.   Set Loading= Aliases.DataAcquisition........            PropArray = Array("...
  • tristaanogre's avatar
    5 years ago

    Simply concatentate the string...

     

     

    ValuesArray = Array("*" & Driver.Value(1) & "*")

     

    This will put the value from that column in the array appropriately.