Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling the DDEDIT text box using VBA?

Status
Not open for further replies.

AcousticalConsultant

Technical User
Sep 20, 2001
45
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top