6、就给出全部的代码。Java代码1.'========================================= 1.'作者:大漠.jxzhoumin 2.'========================================= 3. 4.Option Base 1 5.Public r As Integer 6.Public row_gou() As Integer 7.Public col_gou() As Integer 8.Public gou_min_n
7、um As Double 9.'================================================= 10.Public Function tj(lb) As Integer 11. Dim k As Integer 12. k = 2 13. Do 14. Set myR = Sheets(lb).Cells(k, 1) 15. If Trim(myR.Value) = "" Then '
8、出现空记录 16. Exit Do 17. End If 18. k = k + 1 19. Loop Until False 20. tj = k - 1 21.End Function 22.'================================================ 23.Private Sub CommandButton1_Click() 24.Applicatio