Option Explicit
Sub SampleMacro1()
MsgBox "Your first macro will be conglutinated."
End Sub
Sub SampleMacro2(ByVal str1 As String, ByVal str2 As String, ByVal str3 As String)
MsgBox str1 & str2 & str3
End Sub
Sub SampleMacro3(ByVal num1 As Long, ByVal num2 As Long)
MsgBox num1 + num2
End Sub
Macro-Runnnerの Run ボタンからマクロを実行します。
VBA用LSPの開発について
VSCodeで使用できるVBA用LSPの開発が可能な方、ご協力いただけると有り難いです。
If you are able to develop an LSP for VBA that can be used with VSCode, we would appreciate your help.