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.
vbscript を使用して、Excel のシートの最初の空の行の番号を見つけようとしています。誰かがそれを行う方法を手伝ってくれますか? それが私がしたことです:
With objSheet iRow = .Range("A" & .Rows.Count).End(xlUp).Row End With msgbox iRow
シートが空だとうまくいきません。ありがとう!