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

TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))

How is that suppose to be written ?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Correct code

maybe

Textbox.Value = Format(Now, "dddd mmmm yyyy")

--


Gary


"Corey" wrote in message
...
TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))

How is that suppose to be written ?




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 363
Default Correct code

Thanks Gary
I was close, but yet so far
"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
maybe

Textbox.Value = Format(Now, "dddd mmmm yyyy")

--


Gary


"Corey" wrote in message
...
TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))

How is that suppose to be written ?





  #4   Report Post  
Posted to microsoft.public.excel.programming
Lum Lum is offline
external usenet poster
 
Posts: 4
Default Correct code

Hi Corey,

You can also write as

Textbox.Value = format(date(),"dddd mmmm yyyy")


"Corey" wrote:

Thanks Gary
I was close, but yet so far
"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
maybe

Textbox.Value = Format(Now, "dddd mmmm yyyy")

--


Gary


"Corey" wrote in message
...
TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))

How is that suppose to be written ?






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Correct code


that's not entirely correct, but the () will disappear when the code is entered.

TextBox.Value = Format(Date, "dddd mmmm yyyy")
--


Gary


"Lum" wrote in message
...
Hi Corey,

You can also write as

Textbox.Value = format(date(),"dddd mmmm yyyy")


"Corey" wrote:

Thanks Gary
I was close, but yet so far
"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
maybe

Textbox.Value = Format(Now, "dddd mmmm yyyy")

--


Gary


"Corey" wrote in message
...
TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))

How is that suppose to be written ?










  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default Correct code

Well, he said "write it as" ... and you can, but as you noted, Excel will
auto-correct, removing what it consideres excess in this case <g

"Gary Keramidas" wrote:


that's not entirely correct, but the () will disappear when the code is entered.

TextBox.Value = Format(Date, "dddd mmmm yyyy")
--


Gary


"Lum" wrote in message
...
Hi Corey,

You can also write as

Textbox.Value = format(date(),"dddd mmmm yyyy")


"Corey" wrote:

Thanks Gary
I was close, but yet so far
"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
maybe

Textbox.Value = Format(Now, "dddd mmmm yyyy")

--


Gary


"Corey" wrote in message
...
TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))

How is that suppose to be written ?









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
Please correct for me this code Freeman_100[_5_] Excel Programming 1 April 11th 06 08:37 PM
Please correct for me this code Freeman_100[_6_] Excel Programming 0 April 11th 06 08:03 PM
Please Help Correct my code saziz[_39_] Excel Programming 16 December 16th 05 01:24 AM
Code is not correct Pat Excel Programming 10 April 6th 05 02:03 AM
Help to correct code Pat Excel Programming 6 December 29th 04 05:02 PM


All times are GMT +1. The time now is 10:36 PM.

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"