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.
を使用しないと、次のコードを実行しようとするとエラーが発生しますcell(10,1)。
cell(10,1)
Dim targetCell As Range targetCell = Cells(10, 1)
誰か教えてもらえますか?
数日前に VBA の本を読み始めたばかりです (これは間違っている可能性があります)。
Set targetCell = Cells(10, 1)