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.
スクリプトを作成していますが、その一部では、セル範囲の名前のリストをリストとして保存する必要があります。セル範囲に追加されるのと同じ数の名前を格納するリストが必要ですが、空のセルの値を格納してはなりません。次のように、必要以上に長い範囲を使用するだけの場合:
names = CellRange("C10:C99999").value
私の最終的なスクリプトは、非常に非効率的なすべての空の値を反復処理します。