Guest User

Untitled

a guest
Feb 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Set wb = WB1.document
  2. Set wb.getElementById("booktitle").Value = book
  3.  
  4. Set wb = WB1.document
  5.  
  6. With wb
  7. .getElementById("booktitle").Value = book
  8. End With
Add Comment
Please, Sign In to add comment