Hi everyone,
is it possible to make the column dynamic within this instruction?
this is instruction
table_excel.Select ("[Amount 1] <‘0’") .CopyToDataTable
I tried to pass it a string variable in the following way but it doesn’t work.
fieldcheck = “Amount 1”
table_excel.Select ("[fieldcheck] <‘0’") .CopyToDataTable
Do you know if there is a solution to my problem?