ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Label, Text and Form controls in Excel 97 (https://www.excelbanter.com/excel-programming/295654-label-text-form-controls-excel-97-a.html)

TomCee

Label, Text and Form controls in Excel 97
 
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

Bernie Deitrick

Label, Text and Form controls in Excel 97
 
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

"TomCee" wrote in message
om...
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





All times are GMT +1. The time now is 03:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com