Word macro based on following text

S

Sena

Hi,

I need to call a date convert macro from Word. I have the macro which
can covert the date from one format to another but every time need to
run the macro.

Let me put that as an example.

Last Due Date : 40170 - this is relative date. I have macro to
convert this.

as soon as i type the macro behind the number, it should convert it.

Last Due Date : 40170=cdate ---should call the macro and next
moment macro does

Last Due Date : 40170=23-12-2009

issue here, how can activate the macro :)

thank you very much for your help.

regards,
Dwija
 
S

Steve Schapel

Dwija,

The focus of this newsgroup is macros in Access, the database programme.
You will have a better chance of getting a good answer to your question if
you re-post to a Word newsgroup.
 
K

KARL DEWEY

Is this a Word or Access question?

If it Access why not use this --
CVDate("40170")
or
CVDate([YourField])
 
D

Dwijadas

Is this a Word or Access question?

If it Access why not use this --
    CVDate("40170")
or
    CVDate([YourField])

--
Build a little, test a little.



Sena said:
I need to call a date convert macro from Word. I have the macro which
can covert the date from one format to another but every time need to
run the macro.
Let me put that as an example.
Last Due    Date  : 40170   - this is relative date. I have macro to
convert this.
as soon as i type the macro behind the number, it should convert it.
Last Due    Date  : 40170=cdate ---should call the macro and next
moment macro does
Last Due    Date  : 40170=23-12-2009
issue here, how can activate the macro :)
thank you very much for your help.
regards,
Dwija
.


Opps, I did posted in wrong group. this is a word macro.

Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top