6 lines
80 B
QBasic
6 lines
80 B
QBasic
Attribute VB_Name = "ReadCell"
|
|
Function run()
|
|
Debug.Print "run"
|
|
|
|
End Function
|