How to Restore minimized form instance

G

Guest

I have a form that is instanced several times.

How can I RESTORE an instance.

I am at this stage in my code:
Set frm = colForms(Handle & "")
(frm definitely refers to the correct instance as frm.SetFocus works)

I have tried:
frm.WindowState = vbNormal

but I get error:
2465 Application-defined or object-defined error
 

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