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.
テキスト ボックスの内容を使用して特定のセルを参照するにはどうすればよいでしょうか。A1:A10セル範囲 (たとえば、) を 2 つのテキスト ボックスに入力し、その特定のセル範囲に関数を適用できるようにしたいと考えています。
A1:A10
Range(textBox1.Text & ":" & textBox2.Text)