Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am having trouble saving my textbox as a number. Here is the format I am using.. with ws .Cells(Choice, 7).NumberFormat = "0" .Cells(Choice, 7) = CInt(Me.txtDaysOccupied.Value) end with It errors out at the CInt statement with a Type Mismatch. I tried declaring an integer variable and converting to this as well but I received the same error message. What am I missing? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save Textbox into Named Range | Excel Programming | |||
ListBox & TextBox Save | Excel Programming | |||
How to tell textbox to treat number as number, not text, and notshow zero | Excel Programming | |||
Textbox & Save file problem | Excel Programming | |||
Save TextBox Entry after WorkBook is closed | Excel Programming |