I have done some searching, but all searches point to #MACRO when what I am asking is something like
I have a program (lets say Word, or Corel, or OpenOffice) and would like to insert a Macro (in that language) from a particular keystroke
Only problem is...I did not write the program, so I do not know how it works...and my only answer is "Set the cursor where you want it, and copy-paste"
Is it possible to insert a macro into a document? that the creating program that makes the document is not my own? (or am I limited to API that the program documents?)
Something as simple as "Alt-B" (for Billing Address) and "Alt-D" (for Delivery Address") would suffice.
I hate to ask, and it is probably "Programming 101", but all my searches return PB Macros within your own program, so I had to ask

I have a program (lets say Word, or Corel, or OpenOffice) and would like to insert a Macro (in that language) from a particular keystroke
Only problem is...I did not write the program, so I do not know how it works...and my only answer is "Set the cursor where you want it, and copy-paste"
Is it possible to insert a macro into a document? that the creating program that makes the document is not my own? (or am I limited to API that the program documents?)
Something as simple as "Alt-B" (for Billing Address) and "Alt-D" (for Delivery Address") would suffice.
I hate to ask, and it is probably "Programming 101", but all my searches return PB Macros within your own program, so I had to ask


Comment