Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.25 KB | None | 0 0
  1.     'Check we have successfully stored something in the variable 'numDisplay'
  2.     MsgBox "Variable 'numDisplay' is: " & numDisplay, vbInformation
  3.    
  4.     'Check we can successfully do things with the variable 'rngDisplay'
  5.     Range(rngDisplay).Select
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement