Help needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dennis1989
    New Member
    • Dec 2009
    • 18

    Help needed

    Do While Not .EOF
    If Not IsNull(.Fields( 0).Value) Then
    Sheet1.Cells(i, j) = (.Fields(1).Val ue) & " (" & _
    (.Fields(0).Val ue) & ")"
    If j = 1 Then i = i + 1
    Else
    If j = 2 Then i = i
    End If
    .MoveNext
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    why you have posted this code ?

    do you have a question ?

    are you getting any error ?

    Comment

    • dennis1989
      New Member
      • Dec 2009
      • 18

      #3
      hmm is not error but i jus want to edit this code to make the value move from left to right in the range of cells. Do you have any code which can help me with this ? thanks in advance

      Comment

      Working...