OzGrid

Convert to a Double Data Type

< Back to Search results

 Category: [Excel]  Demo Available 

Convert to a Double Data Type

 

Excel VBA: Convert to a Double Data Type

Got any Excel/VBA Questions? Free Excel Help.

The example below shows how CDbl can be used in Excel VBA to convert  to a Double data type. -1.79769313486231E308 to -4.94065645841247E-324 for negative values; 4.94065645841247E-324 to 1.79769313486232E308 for positive values

Sub ConvertToDouble()

Dim vCurr, dDouble



cCurr = CCur(234.456784)

dDouble = CDbl(cCurr * 100.1)

MsgBox dDouble

End Sub
 

Microsoft and Microsoft Excel are registered trademarks of Microsoft Corporation. OzGrid is in no way associated with Microsoft

 

See also:

Convert a String or Number to Boolean
Convert a String to a Byte Data Type
Convert to a Currency Data Type
Convert to a Date Data Type
Convert to a Decimal Data Type
Convert to a Integer Data Type
Excel VBA: Convert to a Long Data Type
Convert to a Single Data Type
Convert to a String Data Type
Convert Excel Text To Upper Case

 

Free Training Course: Lesson 1 - Excel Fundamentals

 

See also: Index to Excel VBA Code; Index to Excel Freebies; Lesson 1 - Excel Fundamentals; Index to how to… providing a range of solutions

 

Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.


Gallery



stars (0 Reviews)