Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. dim img1 as string
  2. img1 = activeworkbook.path & "\img1.jpg"
  3.  
  4. dim img2 as string
  5. img2 = activeworkbook.path & "\img2.jpg"
  6.  
  7. imgbox.picture = loadpicture(img1)
  8.  
  9. ///
  10.  
  11. imgbox.picture = loadpicture(img2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement