Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Userforms Textbox query


Hi

I have a textbox which uses a date value in a cell from the
spreadsheet. At the moment it shows the value of the cell as m/d/yy how
do I get it to view dd/mm/yy?


--
funkymonkUK
------------------------------------------------------------------------
funkymonkUK's Profile: http://www.excelforum.com/member.php...o&userid=18135
View this thread: http://www.excelforum.com/showthread...hreadid=414234

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel Userforms Textbox query

Try using a textbox from the drawing toolbar rather than from the control
toolbox toolbar.

--
Regards,
Tom Ogilvy

"funkymonkUK"
wrote in message
...

Hi

I have a textbox which uses a date value in a cell from the
spreadsheet. At the moment it shows the value of the cell as m/d/yy how
do I get it to view dd/mm/yy?


--
funkymonkUK
------------------------------------------------------------------------
funkymonkUK's Profile:

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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Userforms Textbox query


unfortunately I cannot as I am using a userform.


--
funkymonkUK
------------------------------------------------------------------------
funkymonkUK's Profile: http://www.excelforum.com/member.php...o&userid=18135
View this thread: http://www.excelforum.com/showthread...hreadid=414234

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Userforms Textbox query


unfortunately I cannot as I am using a userform

--
funkymonkU
-----------------------------------------------------------------------
funkymonkUK's Profile: http://www.excelforum.com/member.php...fo&userid=1813
View this thread: http://www.excelforum.com/showthread.php?threadid=41423

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel Userforms Textbox query

Now I see that in the subject. another example of why it is best to include
all pertinent information in the body.

Private Sub Textbox1_AfterUpdate()
Textbox1.Text = format(Textbox1.Text,"dd/mm/yy")
End Sub

You might have to experiment with other textbox events to see which works
best.

--
Regards,
Tom Ogilvy


"funkymonkUK"
wrote in message
...

unfortunately I cannot as I am using a userform.


--
funkymonkUK
------------------------------------------------------------------------
funkymonkUK's Profile:

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



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
textbox query Greg B Excel Discussion (Misc queries) 2 June 3rd 05 02:25 PM
Textbox Query Greg[_20_] Excel Programming 5 March 31st 05 06:59 PM
textbox query libby Excel Programming 0 January 13th 04 06:03 PM
Userforms - Display result of a calculation in a textbox Gary Hall Excel Programming 4 January 4th 04 08:54 PM
Creating Userforms and textbox numbers Bruccce Excel Programming 0 July 31st 03 04:22 AM


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