Label, Text and Form controls in Excel 97

T

TomCee

Hello:

I am programming userforms, text and label controls in Excel97.

How does one make these appear in the spreadsheet environment?

Thanks in advance,
TomCee
 
B

Bernie Deitrick

TomCee,

You need to use a macro: if your userform is Userform1 (the default), then
you would simply use:

Sub ShowUserform1()
Load UserForm1
UserForm1.Show
End Sub

HTH,
Bernie
MS Excel MVP
 

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