Hi;
For some reason,i need to put a part of code in a string variable and then
run this code.The main purpose of this work is to store this code part in a
table,and when needed,read that record of table and store it in a string
variable,then run this code from inside the variable.So i can remotly update
that table and change that code part as i want.We can do this with the SQL
statements easily,but about VBA code im not sure.Is it possible?
Thank you in advance.