My question in it's simplest form is:
How can I insert the date+time in a Word document, but offset by 1 hour?
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"scottalanclymer" <scottal...@discussions.microsoft.com> wrote in
message news:6FF79C55-F1B0-473B...@microsoft.com...
"Suzanne S. Barnhill" wrote:
> .
>
"Have been using Word to edit my webpage. Have 5 timezones I want to
automatically update the stamp every time I open the file. See it at
home comcast net ~scottalanclymer. I think the method I'm currently
using is considered a table. It's a snippit of a few columns and rows
from excel using the formulas I already had there in my daily
worksheet. But every time I open my page in Word to update it, I have
to right click the table, hit O, hit E, the table updates the formulas
from the current system time. Then I hit escape. It creates an IMAGE of
the table. Then I have to adjust the width or heighth of the image to
make it look like it's close to being normal again. It's a pain. I'd
rather be able to write the code in Word, 5 lines, utilizing the
time/date function, with offsets for the hours I need, I already have
the math done on that, and have all 5 lines update with no work on my
part each time I open the file for editing. Any takers on this
challenge?"
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"scottalanclymer" <scottal...@discussions.microsoft.com> wrote in
message news:1F08CA4F-798E-4166...@microsoft.com...
"Suzanne S. Barnhill" wrote:
> .
>
Most of us who post in these newsgroups do read several of them, and we
don't distinguish the source of the posts, so your post in
microsoft.public.word.tables and the identical one here in
microsoft.public.word.newusers appeared to me to be duplicates (as in fact
they were). Since you are posting here through the Microsoft Communities
Discussion Groups, I suggest that you look in the list of discussion groups
for the one labeled "tables," where you will find your duplicate post.
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"scottalanclymer" <scottal...@discussions.microsoft.com> wrote in
message news:CB30F3F1-6AFA-4943...@microsoft.com...
"Suzanne S. Barnhill" wrote:
> .
>
See http://www.gmayor.com/insert_a_date_other_than_today.htm
and particularly the link there to
http://www.gmayor.com/downloads.htm#Third_party
Selection.InsertAfter "The time: " & Format(Time, "h:mm") & _
vbCr & "The time an hour ago: " & _
Format(DateAdd("h", -1, Time), "h:mm") & vbCr & _
"The time an hour from now: " & Format(DateAdd("h", 1, Time), "h:mm")
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"scottalanclymer" <scottal...@discussions.microsoft.com> wrote in
message news:7D918F06-E1D4-4D39...@microsoft.com...
Did you actually read the link I posted in response to your earlier
question? You have clearly seen the reply and Greg Maxey has responded to
your further question - though the solution was already available in the
link I posted.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
"scottalanclymer" <scottal...@discussions.microsoft.com> wrote in
message news:7D918F06-E1D4-4D39...@microsoft.com...
Be happy that you got FREE support in a timely manner by unpaid peers. YOU
are being unreasonable, unappreciative and thoroughly unpleasant.
--
Terry Farrell - MSWord MVP
"scottalanclymer" <scottal...@discussions.microsoft.com> wrote in
message news:7D918F06-E1D4-4D39...@microsoft.com...
"Terry Farrell" wrote:
> .
>