....Top = 6000 - Vy0 * t + (1 / 2) * a * (t ^ 2) Loop Until t > 65 End Sub
分類:電腦與網際網路 > 軟體 2006年01月24日
...a) If Not c Is Nothing Then ActiveWindow.SelectedSheets....:=1, Collate:=True Loop Until a = 0 End Sub 2014-12-20 14:37:54 補充...
分類:電腦與網際網路 > 軟體 2014年12月20日
...不到資料. 若是使用上句_則是逐筆資料進行比對.低效率的設定.如下_ DO UNTIL rd.eof if pw = rd("Password") then A1 =rd("姓名") exit do end if rd.movenext loop ... .
分類:電腦與網際網路 > 軟體 2009年08月19日
...amp; Date & "#=1;") If RD1.RecordCount Then Do Until RD1.EOF S = S & RD1("編號") &...
分類:電腦與網際網路 > 軟體 2008年03月22日
...() Dim J As Single C = 1 Do Until J = Int(J) And J > 3 If C = 1 Then J = InputBox("請輸入列數") '第一次設定 ...
分類:電腦與網際網路 > 軟體 2009年10月28日
... Dir(nPath) = "" Then MsgBox "檔案路徑錯誤!"... Input As #f Do Until EOF(f) Line Input #1...
分類:電腦與網際網路 > 軟體 2006年11月10日
... arr(i, 1) <> "" Then tmp = arr(i, 1) Else arr(i...2009-08-29 10:40:34 補充: 二選一 改 Do Until Selection.Row = 65535 或用我寫的...
分類:電腦與網際網路 > 軟體 2009年08月31日
... = InputBox("請輸入溫度") If S = "" Then Exit SubLoop Until IsNumeric(S)F = Format(S * 9 / 5 + 32, "...
分類:電腦與網際網路 > 軟體 2006年04月20日
...data " file = Dir(Path & "*.xls") Do Until file = "" MsgBox file If file Like "bom*" Then '執行程序 End If file = Dir Loop...
分類:電腦與網際網路 > 軟體 2009年08月15日
...1) wk_range = Cells(1, j) i = 1 Do Until wk_range = "" If i > UBound(wk_a, 2) Then ReDim Preserve wk_a(UBound(wk...
分類:電腦與網際網路 > 軟體 2007年06月23日