MsoControlEdit - Unique for each document.

S

Simple4All

Hey :)

Problem:

I've got a toolbar with a button and a combobox (msoControlEdit).
When the user clicks the button a selection-dialog (my custom dialog) is
activated and when the dialog is closed the result from the dialog is set as
the .Text property on the combobox.
function click_handler()
myDialog.Show()
toolbarTextBoxControl.Text = myDialog.Result
end function

However - when I set the .TextProperty all the value is changed on all open
windows. If the user enters his/her own text in the textbox the remaining
windows are not changed.

Solution ???

How can I make sure the text does not change on all windows when setting
..Text property.


Regards
Steffen - DK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top