6 lines
81 B
Text
6 lines
81 B
Text
Public Sub Form_Open()
|
|
Dim sFile As String
|
|
|
|
sFile = File.Load("FileToLoad")
|
|
|
|
End
|