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.
「サブまたは関数が定義されていません」というエラーが表示され、次のコードの「TRUNC」が強調表示されます。TRUNC 関数は、Excel セルに入れると機能しますが、マクロには機能しません。
Dim sLat As String sLat = **TRUNC**(ActiveCell.Value, 3)
Trunc は VBA では使用できません。次のような関数を使用できますInt
Int