Hallo,

I would appreciate some help converting a macro from Word to OpenOffice.
Unfortunately I have no experience neither in writing VBA-macros nor in
OpenOffice-Basic (StarBasic), so even slight hints would be most welcome.

Here's the VBA-Macro. It is used for accessing a software written in
TCL, and storing the given data in the clipboard:

Attribute VB_Name = "NewMacros"
Sub ABC_AdressSearch()
Attribute ABC_AdressSearch.VB_Description = "Makro from 12.06.02"
Attribute ABC_AdressSearch.VB_ProcData.VB_Invoke_Func =
"Normal.NewMacros.ABC_AdressSearch"
Kanal = DDEInitiate(App:="TclEval", Topic:="ABC")
DDEExecute Channel:=Kanal, Command:="Customersearch"
DDETerminate Channel:=Kanal

I have not the slightest idea how to 'translate' these DDE-calls to
Openoffice. As said, I would be most grateful for some hints.

Best regards,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to