stupid question to ordering column in table
In VBA for Excel macro...please
is possible to ordering and moveing in alphabetical mode the column in table with a VBA code...?
path of mdb=c:\db2.mdb
table name=test
have in table this column named
aaa
cccc
bbb
i want in table after code reordering the column in
aaa
bbb
ccc
|