How can I programmatically (in VBA) insert a row into a table specifying where the row should go, its name, and its datatype?
Thank You,
-bitwise
ExampleTable
Name1, Type
Name2, Type
Name3, Type
--------->Insert here via VBA (Name#, Type)
Name4, Type
Name5, Type
Thank You,
-bitwise
ExampleTable
Name1, Type
Name2, Type
Name3, Type
--------->Insert here via VBA (Name#, Type)
Name4, Type
Name5, Type