Thread
:
Use a formula to populate a label from a textbox
View Single Post
#
1
Posted to microsoft.public.excel.misc
damorrison
external usenet poster
Posts: 91
Use a formula to populate a label from a textbox
I am tryin to caption a label from this textbox with no luck
Label1.Caption = (Round(TextBox1 / 0.03125, 0) * 0.03125)
the the label has to be formated like this
# ??/??
Reply With Quote
damorrison
View Public Profile
Find all posts by damorrison