Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. Dim iNum as Integer
iNum = Textbox1.Value 2. Textbox1.Value = "77" CInt(Textbox1.Value) produces an Integer SpinButton1.Value is a number (type Long), so no conversion is needed. By the way, you can get the data type of any variable X with Typename(X). Hth, Merjet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell 's width and height | Excel Programming | |||
UserForm TextBox with fixed Width and dynamic Height | Excel Programming | |||
cell width and height | New Users to Excel | |||
What does the 8.43 and 12.75 represent in height and width of cell | Excel Discussion (Misc queries) | |||
.AddShape(Type, Left, Top, Width, Height) | Excel Programming |