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.
以下は、文字列で指定された範囲の列数を出力することになっている Excel VBA コードです。セクションでエラーが発生していDebug.Printます。私は何を間違っていますか?
Debug.Print
Dim val1a As String val1a = "A1:D1" Dim Rng1 As Range Debug.Print Rng1(var1a).Columns.Count ' error here
使用する
Range(var1a).Columns.Count