Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This should be easy but am having a very difficult time.
The percent 10.00% is entered exactly as this in a worksheet cell as text. What VBA function will convert to a number? Thought Val or CDbl would do it but both generate an error (Type Mismatch) Msgbox Val(Sheet1.Range("A1").value) Msgbox CDbl(Sheet1.Range("A1").value) Thanks in advance for your help. Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Look up number entered into text box and populate another with res | Excel Programming | |||
Need to display a number when a specific text is entered | Excel Discussion (Misc queries) | |||
How do I convert a percent number, for example, 12.34%, to text? | Excel Worksheet Functions | |||
Formatting a number to look like a Percent without a percent sign | Excel Discussion (Misc queries) | |||
Entered text value equals a number I specify in another cell | Excel Worksheet Functions |