Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Sub sound()
  2. Dim ole As OLEObjects
  3.  
  4. Set ole = ActiveSheet.OLEObjects.Add(Filename:=("E:Chrome" & voice), _
  5. Link:=Fasle, DisplayAsIcon:=True, IconFileName:="sndrec32.exe", _
  6. IconIndex:="0", IconLabel:="sound").Select
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement