Good morning all. I want to use DDE to communicate with excel and Word through access but cannot find a list of the commands that word and excel will accept. Below are two exampls to clerify:
DDEExecute intChan1, "[New(1)]"
DDEExecute intChan1, "[Select(""R1C1:R1C10""
][New(2,2)]"
These were shown in Acces help...In specific i am looking for the string that will let me call a macro for both word and excel from acces.
DDEExecute intChan1, "[New(1)]"
DDEExecute intChan1, "[Select(""R1C1:R1C10""
These were shown in Acces help...In specific i am looking for the string that will let me call a macro for both word and excel from acces.