AcousticalConsultant
Technical User
Hi!
Can anyone help me to call the DDEDIT text box from my VBA code? For example, if I have an object of type ACADMTEXT called 'myText', I'd like to activate the text editor so that the user can edit the text. I know that I can give the user a prompt and then assign the value to the myText.TextString property, but I'd prefer to pull up the text editor if possible. The editor should interrupt the code and once the user hits OK, the code will continue.
I appreciate any help.
Thanks!
Pascal
Can anyone help me to call the DDEDIT text box from my VBA code? For example, if I have an object of type ACADMTEXT called 'myText', I'd like to activate the text editor so that the user can edit the text. I know that I can give the user a prompt and then assign the value to the myText.TextString property, but I'd prefer to pull up the text editor if possible. The editor should interrupt the code and once the user hits OK, the code will continue.
I appreciate any help.
Thanks!
Pascal