Office中国论坛/Access中国论坛

标题: 多条件下使用变量 [打印本页]

作者: donghua200    时间: 2005-3-6 23:39
标题: 多条件下使用变量
Sub NBV()

   Dim i As Integer

    bb = Cells(1, 2)

     For i = 2 To 15

      dd = Left(Cells(i, 1), 6)

        If dd = "bb" And Cells(i, 2) = "A" Then'多条件使用变量,即使条件成立也不运行下句,请高手指教(定量运行正常)

          Cells(1, 4) = Cells(i, 3) + vol

        End If

      Set vol = Cells(1, 4)

    Next i

End Sub

换句话说:如何在多条件下使用变量


作者: 老鬼    时间: 2005-3-7 01:59
什么意思?




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3