Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two variables taken from textboxes on a userform: XPosVariance
& XNegVariance I want to have them displayed in a cell when clicking done on the userform such that the cell reads: +5/-8 (In the case that XPosVariance = 5 and XNegVariance = 8). I have this: Sheets("X").Cells(SokuteiItemRow, SokuteiItemColumn + 2).Value = "+" & (XPosVariance) & "/-" (XNegVariance) But it doesn't work. I'm sure the variables are fine because as a test I just wrote = "TEST" and I get "TEST" written in the correct spot. Any way I can do the above? I have a feeling this isn't a tough question, I just don't know how to do it. Thankx. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
displaying text in a cell if a another cell falls in a range | Excel Worksheet Functions | |||
Full text in a cell is not displaying or wrapping | Excel Discussion (Misc queries) | |||
Text in formula bar is not displaying in cell | Excel Discussion (Misc queries) | |||
Text in formula bar is not displaying in cell | Excel Discussion (Misc queries) | |||
Text not all displaying in a cell, what is max that can be inserted? | Excel Worksheet Functions |