Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User forms help


Hi Everybody

I was wondering if it is possible to fill a text box on a user form
automatically with a value from a cell in a worksheet, or in other
words is there something like a row source in the properties?

or is it possible to hide the arrows of a list box, because when I use
the row source for the list box the number automaticlly changes but the
arrows make it look like the value can be changed.


Thanks and advance for the help!!!!!


--
mav93
------------------------------------------------------------------------
mav93's Profile: http://www.excelforum.com/member.php...o&userid=31592
View this thread: http://www.excelforum.com/showthread...hreadid=518423

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User forms help


hi

try this


Private Sub UserForm_Initialize()
TextBox1 = Range("a1").Value
End Sub


regards Yngve


--
yngve
------------------------------------------------------------------------
yngve's Profile: http://www.excelforum.com/member.php...o&userid=31943
View this thread: http://www.excelforum.com/showthread...hreadid=518423

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default User forms help

The textbox has a control source property.

I don't understand that second one. I can't think of anything on a listbox
that I would call arrows.

--
Regards,
Tom Ogilvy


"mav93" wrote in
message ...

Hi Everybody

I was wondering if it is possible to fill a text box on a user form
automatically with a value from a cell in a worksheet, or in other
words is there something like a row source in the properties?

or is it possible to hide the arrows of a list box, because when I use
the row source for the list box the number automaticlly changes but the
arrows make it look like the value can be changed.


Thanks and advance for the help!!!!!


--
mav93
------------------------------------------------------------------------
mav93's Profile:

http://www.excelforum.com/member.php...o&userid=31592
View this thread: http://www.excelforum.com/showthread...hreadid=518423



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
User forms matpj[_42_] Excel Programming 2 February 20th 06 11:31 AM
User Forms CindyK Excel Programming 6 November 5th 04 02:06 PM
User forms Scott Excel Programming 4 April 18th 04 06:22 PM
User Forms Sgwapt Excel Programming 0 January 17th 04 01:22 AM
VB user forms Madasu Excel Programming 4 January 11th 04 10:47 PM


All times are GMT +1. The time now is 04:04 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"