VBA 解释为什么要用两次transpose 把a1:c1中的内容用“-”连接起来,下面代码中为什么用了两次transpose Sub t10() arr = Range("A1:C1") MsgBox Join(Ap ...
確定! 回上一頁