HI,
I have a cell(A2) with sql query select emp_name from employee where emp_Id=:empNo and emp_designation =:empDesignation
empNo and empDesignation values will be taken from text box
I need a help writing vb script code in extracting sql query from A2 cell followed by appending text box...