Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. 'postide asukoha määramine
  2. Set postide_asukohad = Range("postide_asukohad")
  3. If Range("postide_vahed_vordselt") = "Jah" Then
  4. L0 = Range("algus") 'esimese posti asukoht
  5. Tee_Locvektor L0, L_kasipuu, LV(), n
  6. Else
  7. ReDim LV(1 To n)
  8. Set postide_asukohad = Worksheets("Spetsifikatsioon").Range("lammas")
  9. Loe_Tulp LV, n, postide_asukohad
  10. L0 = LV(1)
  11. Kir_Tulp LV, 1, n, Worksheets("Calculations").Range("postide_asukohad")
  12. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement