Guest User

Untitled

a guest
Mar 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Private Sub Linl_to_Textbox()
  2.  
  3. Dim Newshp As Shape
  4. Dim Newtbx As TextBox
  5.  
  6. Set Newshp = ActiveSheet.Shapes.AddTextbox (msoTextOrientationHorizontal, 200, 200, 150, 150)
  7.  
  8. Set Newtbx = Newshp.OLEFormat.Object
  9. Newtbx.Formula = "$A$1"
  10.  
  11. End Sub
Add Comment
Please, Sign In to add comment