Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vb code
Message
From
12/05/2004 07:06:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Vb code
Miscellaneous
Thread ID:
00903109
Message ID:
00903109
Views:
76
hi all;

i get error message for this code any help.

Sub dd()

Dim d1, d3 As Long

Dim d2, d4 As Characters(i want d2,d4) as float


For i = 1 To 6112

d3 = Sheet1.Range("c" & i)

d4 = Sheet1.Range("e" & i)

For k = 2 To 21

d1 = Sheet6.Range("a" & k)

d2 = Sheet6.Range("h" & k)

If d1 = d3 And d2 = d4 Then

Sheet1.Range("j" & i) = Sheet6.Range("b" & k)

kk = 25

End If

Next k

Next i

End Sub

Next
Reply
Map
View

Click here to load this message in the networking platform