Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Word
application.errors
conversions
docmanagement
drawing.graphics
formatting.longdocs
international
internet.assistant
mail
mailmerge.fields
menustoolbars
newusers
numbering
oleinterop
pagelayout
printingfonts
setup.networking
spelling.grammar
tables
vba.addins
vba.beginners
vba.customization
vba.general
vba.userforms
web.authoring
word6-7macros
word97vba
  
 
date: Thu, 18 Sep 2008 01:17:00 -0700,    group: microsoft.public.word.newusers        back       


Is it posbl to hv option in a field?   
Dear All

In word form, at the bottom I will have a date field.  But sometimes I might 
take out a print out one week before the required date or would like to put a 
projected date.

Hence, how to make this field accesbl?  
br/captgnvr
date: Thu, 18 Sep 2008 01:17:00 -0700   author:   CAPTGNVR

RE: Is it posbl to hv option in a field?   
See 
http://www.gmayor.com/insert_a_date_other_than_today.htm and the linked 
article on date fields.

-- 
Brian McCaffery


"CAPTGNVR" wrote:

> Dear All
> 
> In word form, at the bottom I will have a date field.  But sometimes I might 
> take out a print out one week before the required date or would like to put a 
> projected date.
> 
> Hence, how to make this field accesbl?  
> br/captgnvr
date: Thu, 18 Sep 2008 02:10:01 -0700   author:   Brian

RE: Is it posbl to hv option in a field?   
D/Brian

Thanks for the link and I read same.

I was looking for a easier way to have that particular date field 
unprotected, so that if anyone want to use a different date they can over 
type.

brgds/captgnvr

"Brian" wrote:

> 
> See 
> http://www.gmayor.com/insert_a_date_other_than_today.htm and the linked 
> article on date fields.
> 
> -- 
> Brian McCaffery
> 
> 
> "CAPTGNVR" wrote:
> 
> > Dear All
> > 
> > In word form, at the bottom I will have a date field.  But sometimes I might 
> > take out a print out one week before the required date or would like to put a 
> > projected date.
> > 
> > Hence, how to make this field accesbl?  
> > br/captgnvr
date: Thu, 18 Sep 2008 03:25:00 -0700   author:   CAPTGNVR

Re: Is it posbl to hv option in a field?   
If we assume that the date field is bookmarked Text1 then set the type of 
field as date with no default entry.
Run the following macro on entry to that field and it will insert today's 
date but leave it editable should you wish to change it later.

Sub AddDate()
Dim myDate As Date
myDate = format(Date, "dd/MM/yy")
ActiveDocument.FormFields("Text1").Result = myDate
End Sub


-- 
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


CAPTGNVR wrote:
> D/Brian
>
> Thanks for the link and I read same.
>
> I was looking for a easier way to have that particular date field
> unprotected, so that if anyone want to use a different date they can
> over type.
>
> brgds/captgnvr
>
> "Brian" wrote:
>
>>
>> See
>> http://www.gmayor.com/insert_a_date_other_than_today.htm and the
>> linked article on date fields.
>>
>> --
>> Brian McCaffery
>>
>>
>> "CAPTGNVR" wrote:
>>
>>> Dear All
>>>
>>> In word form, at the bottom I will have a date field.  But
>>> sometimes I might take out a print out one week before the required
>>> date or would like to put a projected date.
>>>
>>> Hence, how to make this field accesbl?
>>> br/captgnvr
date: Thu, 18 Sep 2008 14:07:59 +0300   author:   Graham Mayor

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us