Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created an Excel Add-In that formerly displayed the add-in's version
and date in a message box based on values in one of the add-ins worksheets using the following (where A1 contained the version number and A2 contained the date last updated): Sub DisplayVersion Msgbox "Version "&Worksheets("Sheet1").Range("A1")& _ " updated on "&Worksheets("Sheet1").Range("A2") End Sub I am trying to move this function to a UserForm but can not figure out how to get data from a worksheet into a string of text in a label within the UserForm. Can someone point me to an example? Thank you, Frank Hayes |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userform with textbox displaying Cell B1 Value | Excel Discussion (Misc queries) | |||
Userform Label | Excel Discussion (Misc queries) | |||
Displaying cell values in a Userform | Excel Discussion (Misc queries) | |||
Userform Label question | Excel Programming | |||
Userform blinking label | Excel Programming |