8 lines
121 B
QBasic
8 lines
121 B
QBasic
Attribute VB_Name = "CheckLastRow"
|
|
Option Explicit
|
|
|
|
Function run()
|
|
Debug.Print "Helloworld CheckLastRow"
|
|
End Function
|
|
|