sub calltest()
dim namee as string
namee = "test"
call namee '原來咁寫錯的..想問點寫至得..thanks
end sub
.............................................
sub test()
debug.print "ok"
end sub
...................
我想法是咁的
有好多子程序
想用改換個字串變數
去call不同程序
有沒有方法可達成
本來都可以用select case去撰call邊個
但煩好多的
X





























































































