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
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