How do I create a TextBox on a DialogSheet in VBA?

S

snowbear

I have tried, without success, to add a TextBox to a newly created
DialogSheet. Other controls were created using the 'Add' method, like
'ActiveSheet.Buttons.Add' or 'ActiveSheet.CheckBoxes.Add', but the TextBox
control doesn't accept this method. Any suggestions?
 

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