Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能であれば、CSV を解析し、値を 2 次元配列に格納する方法を探しています。この配列から、希望する順序で値をシートに追加したいと考えています。
たとえば、CSV に列 A、B、C があり、値を次のようにシートに配置したい: シート列 C = B、シート列 D = A など 。列の順序を変更します。CSV には複数の行を含めることができます。 これはすべてマクロを介して行われます。