Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Paste data into a 'textbox' using macros

Status
Not open for further replies.

RicOO1

Technical User
Feb 23, 2007
8
US
I have a series of 'textboxes' on my spreadsheet and want to be able to paste certain data into the different boxes using macros. Any help?
Ric
 
Textbox1 on Sheet 1.

From the code module for Sheet 1:
Code:
TextBox1.Text = "hello world."

Other than that, you will have to be more specific.

Gerry
My paintings and sculpture
 



Hi,

If you have question regarding macros (VBA) pleas post in VBA Visual Basic for Applications (Microsoft) Forum707.

Skip,
[sub]
[glasses] [red][/red]
[tongue][/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top