拜託 各位厲害大大們解套
Private Sub CommandButton1_Click()
Dim i As Integer
Dim b As Integer
i = 1
If Range("A3").Value = "" Then
MsgBox "請輸入目標"
Range("A3").Value =???? 鍵盤如何鍵入A3中?????
ElseIf Range("A3").Value < 1 Then
Worksheets("工作表i").Select
Range("A4").Select
Application.Width = 792
Application.Height = 535.5
i = i + 1
Worksheets.Add Before:=Worksheets(i), Count:=i
Range("A4").Select
End If