Guest User

Untitled

a guest
Jun 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 'Kopiert Werte aus Tabelle1 in Logic2
  2. While IsEmpty(aktZ.Value) = False
  3. copZ.Value = aktZ.Value
  4. aktZ = Sheets(Worksheet).Cells(i + 1, 1).Activate
  5. i = i + 1
  6.  
  7. 'copZ = Sheets("Logig2").ActiveCell.Offset(0, 1).Activate
  8. Wend
Add Comment
Please, Sign In to add comment