Hello,
Is it possible to create user in Oracle with VBA from cell value?
I have defined connections etc., loop to check cells for values and for each cell with some value i need to run create user command in oracle
Below lines are not working
Dim SqlString As String
SqlString = "create user '"...