谢谢二位,有一个新的问题在请教。。 如何解这个死循环??原来的问题我写了这样一个程序去模拟:(在A1中输入任意integer, 然后pop up message 告诉变化多少)
Private Sub Worksheet_Change(ByVal Target As Range)
Static i As Integer
i = Range("A1").Value
If Target.Address = "$A$1" Then
If i > Range("B1").Value Then _
MsgBox "value increased by " & i - Range("B1").Value Else _
MsgBox "value decreased by " & Range("B1").Value - i
End If
Application.EnableEvents = False
Range("B1").Value = Range("A1").Value
Application.EnableEvents = True
End Sub
但是这个程序只能在人工手动在A1中输入数据时管用(似乎一定要press enter, 或者tab才行),我的application 是从外面连一个external data 到excel 中, worksheet_change 不能detect 到数据的变化。
所以我又想了一招,,考虑能不能先在VBA中写一个赋值语句,让B1=A1,, 然后detect B1 是否有变化,,但是这么做得到了一个死循环,, 各位有什么办法解这个循环呢?
死循环程序如下(输入任意interger 在A1, 令 B1 随着 A1的变化而改变,,然后Popup message 告诉B1有变化)
用两个Excel文件可以解决
假设你的数据在A.xls。你可以在B.xls里面写一个infinite loop。具体工作就是从A.xls读数据,比较
这样的话B.xls一直在运行,就像死机一样,但是A.xls没问题。
这样的话B.xls一直在运行,就像死机一样,但是A.xls没问题。
工作了,很少去学校。我可以提供进货渠道及100多个客户号码给想在NUS卖卡的朋友