#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default UserForm

I have created a userform. In this I have also put text
boxes to display the contents of a cell in my worksheet.
What is the VB code to display the contents of a cell is
it..

mytextbox.text= cells("f3").value

Thanks

John
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 550
Default UserForm

John,

mytextbox.text = Range("F3").Value

John

"John Beaumont" wrote in message
...
I have created a userform. In this I have also put text
boxes to display the contents of a cell in my worksheet.
What is the VB code to display the contents of a cell is
it..

mytextbox.text= cells("f3").value

Thanks

John



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
one userform to another damorrison Excel Discussion (Misc queries) 2 August 26th 06 01:10 PM
UserForm help Michael[_13_] Excel Programming 4 September 19th 03 03:40 PM
Userform Patrick Molloy Excel Programming 1 September 9th 03 12:28 AM
userform jim apostolidis Excel Programming 1 August 11th 03 10:37 AM
Userform help Lorenzo Excel Programming 1 July 25th 03 01:05 PM


All times are GMT +1. The time now is 10:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"