ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Convery to Number in VBA? How do you do that? (https://www.excelbanter.com/excel-programming/421032-convery-number-vba-how-do-you-do.html)

[email protected]

Convery to Number in VBA? How do you do that?
 
Thanks (Record and play didn't highlight anything) :-(

Scoops

Convery to Number in VBA? How do you do that?
 
On 9 Dec, 14:37, wrote:
Thanks *(Record and play didn't highlight anything) :-(


Convert what?

Jarek Kujawa[_2_]

Convery to Number in VBA? How do you do that?
 
would

Sub sth()

For Each cell In Selection
cell.Value = CDbl(cell.Value)
Next cell

End Sub

help?

Rick Rothstein

Convery to Number in VBA? How do you do that?
 
When posting questions to newsgroups, it is always a good idea to give
examples of what you are trying to do. From your description, I am not
entirely sure what it is you are trying to do.

--
Rick (MVP - Excel)


wrote in message
...
Thanks (Record and play didn't highlight anything) :-(




All times are GMT +1. The time now is 05:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com