Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. varResult = ws.DialogBox("PCBatchInfo", True, True, False, False, True, False, "Please insert all information below", dialogDoc, False, False, True)
  2. If varResult Then
  3. batchValue = dialogDoc.BBatchNo(0)
  4. inspectorValue = dialogDoc.BInspector(0)
  5. dateValue1 = dialogDoc.BStart(0)
  6. dateValue2 = dialogDoc.Bend(0)
  7. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement