R
Rods
I'm having the followig problem.
I do have a timeline like the following (ET is Easter Time):
10:00ET - Xxxxxxxxx
12:05ET - Xxxxxxxxx
12:08ET - Xxxxxxxxx
12:13ET - Xxxxxxxxx
I'm trying to do a macro with find/replace that could change the time
zone and change the time like:
(PT - Pacific Time)
07:00PT - Xxxxxxxxx
09:05PT - Xxxxxxxxx
09:08PT - Xxxxxxxxx
09:13PT - Xxxxxxxxx
I know how to decrease the date but, don't have any idea how to use it
with Find/Replace.
I was thinking about :
1st - Find "^#^#:^#^#ET"
2nd - Get only "^#^#:^#^#" and cast is to date(doing this because if
it is 01:00AM Easter time it would be 22:00PM Pacific Time) in a
variable
3rd - Decrese 3 hours
4rd - Replace it with Newhour & "PT"
But... how to do that??
Does someone could help me?
Thanks
Rod
I do have a timeline like the following (ET is Easter Time):
10:00ET - Xxxxxxxxx
12:05ET - Xxxxxxxxx
12:08ET - Xxxxxxxxx
12:13ET - Xxxxxxxxx
I'm trying to do a macro with find/replace that could change the time
zone and change the time like:
(PT - Pacific Time)
07:00PT - Xxxxxxxxx
09:05PT - Xxxxxxxxx
09:08PT - Xxxxxxxxx
09:13PT - Xxxxxxxxx
I know how to decrease the date but, don't have any idea how to use it
with Find/Replace.
I was thinking about :
1st - Find "^#^#:^#^#ET"
2nd - Get only "^#^#:^#^#" and cast is to date(doing this because if
it is 01:00AM Easter time it would be 22:00PM Pacific Time) in a
variable
3rd - Decrese 3 hours
4rd - Replace it with Newhour & "PT"
But... how to do that??
Does someone could help me?
Thanks
Rod