PC Review


Reply
Thread Tools Rate Thread

Correct code

 
 
Corey
Guest
Posts: n/a
 
      16th Feb 2007
TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))

How is that suppose to be written ?


 
Reply With Quote
 
 
 
 
Gary Keramidas
Guest
Posts: n/a
 
      16th Feb 2007
maybe

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

--


Gary


"Corey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))
>
> How is that suppose to be written ?
>
>



 
Reply With Quote
 
Corey
Guest
Posts: n/a
 
      16th Feb 2007
Thanks Gary
I was close, but yet so far
"Gary Keramidas" <GKeramidasATmsn.com> wrote in message
news:(E-Mail Removed)...
maybe

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

--


Gary


"Corey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))
>
> How is that suppose to be written ?
>
>




 
Reply With Quote
 
=?Utf-8?B?THVt?=
Guest
Posts: n/a
 
      16th Feb 2007
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
> news:(E-Mail Removed)...
> maybe
>
> Textbox.Value = Format(Now, "dddd mmmm yyyy")
>
> --
>
>
> Gary
>
>
> "Corey" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))
> >
> > How is that suppose to be written ?
> >
> >

>
>
>
>

 
Reply With Quote
 
Gary Keramidas
Guest
Posts: n/a
 
      16th Feb 2007

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

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


Gary


"Lum" <(E-Mail Removed)> wrote in message
news:E0682B54-3962-4445-A079-(E-Mail Removed)...
> 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
>> news:(E-Mail Removed)...
>> maybe
>>
>> Textbox.Value = Format(Now, "dddd mmmm yyyy")
>>
>> --
>>
>>
>> Gary
>>
>>
>> "Corey" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))
>> >
>> > How is that suppose to be written ?
>> >
>> >

>>
>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?SkxhdGhhbQ==?=
Guest
Posts: n/a
 
      16th Feb 2007
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" <(E-Mail Removed)> wrote in message
> news:E0682B54-3962-4445-A079-(E-Mail Removed)...
> > 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
> >> news:(E-Mail Removed)...
> >> maybe
> >>
> >> Textbox.Value = Format(Now, "dddd mmmm yyyy")
> >>
> >> --
> >>
> >>
> >> Gary
> >>
> >>
> >> "Corey" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > TextBox16.Value = Now(Format(Date, "dddd mmmm yyyy"))
> >> >
> >> > How is that suppose to be written ?
> >> >
> >> >
> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating EventLog code, is this code correct? Jeff Microsoft C# .NET 1 15th Jul 2008 03:42 PM
Please correct for me this code Freeman_100 Microsoft Excel Programming 1 11th Apr 2006 08:37 PM
Please correct for me this code Freeman_100 Microsoft Excel Programming 0 11th Apr 2006 08:03 PM
Help to correct code Pat Microsoft Excel Programming 6 29th Dec 2004 05:02 PM
Correct SQL in Code Please Chipmunkwhiz Microsoft Access Queries 2 24th Feb 2004 06:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:41 AM.