?? module1.bas
字號:
Attribute VB_Name = "Module1"
Option Explicit
Public i As String
Public fso As New FileSystemObject
Public path As String
Public txtfile
Public username As String
Public Function Testtxt(txt As String) As Boolean
If Trim(txt) = "" Then
Testtxt = False
Else
Testtxt = True
End If
End Function
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -