ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Unserform with a varible (https://www.excelbanter.com/excel-programming/295713-unserform-varible.html)

mushy_peas[_30_]

Unserform with a varible
 
Hi Folks, me again

If i have a userform, how can display on it a varible, ie lets say
running total.

Thnk

--
Message posted from http://www.ExcelForum.com


Bob Phillips[_6_]

Unserform with a varible
 
Does the variable source from outside of the form?

With Userform1.
.Label1.Caption = Format(myVar,"#,##0.00")
.Show
End With

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"mushy_peas " wrote in message
...
Hi Folks, me again

If i have a userform, how can display on it a varible, ie lets say a
running total.

Thnks


---
Message posted from http://www.ExcelForum.com/




mushy_peas[_31_]

Unserform with a varible
 
Cheers got that working.
Another question

The Userform is from another sheet, but is it possiblle to stil
navigate around a sheet whilst the form is still up

--
Message posted from http://www.ExcelForum.com


Harald Staff

Unserform with a varible
 
Hi

Show it modeless -if you're on Excel2k or later that is:

Userform1.Show vbModeless

HTH. Best wishes Harald

"mushy_peas " skrev i melding
...
Cheers got that working.
Another question

The Userform is from another sheet, but is it possiblle to still
navigate around a sheet whilst the form is still up.


---
Message posted from http://www.ExcelForum.com/




mushy_peas[_32_]

Unserform with a varible
 
that did the tricks, Thanks

--
Message posted from http://www.ExcelForum.com



All times are GMT +1. The time now is 05:51 PM.

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