hello
fistly i work with excel and vb6.0
i have in excel sheet d3=1 d4=5 d5=10
I want increment myrange d3 to d5 with time enter in text1.text=1000ms
but i found problem this code:
Dim xl As New Excel.Application
Dim xlw As Excel.Workbook
Dim wsxlw As Excel.Worksheet
Private Sub...