Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Convery to Number in VBA? How do you do that?

Thanks (Record and play didn't highlight anything) :-(
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default 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?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 896
Default 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?
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default 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) :-(


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumif number is greater than a number but less than another number lulu151 Excel Discussion (Misc queries) 2 May 7th 10 07:12 PM
How can I click on a telephone number in an Excel 2002 spreadsheet, and have the number dialed? jbclem Excel Discussion (Misc queries) 2 August 13th 09 01:57 AM
How to calculate number of occurencies of a specific number number Stefan Excel Discussion (Misc queries) 4 September 8th 08 08:33 AM
find an exact number in a different sheet and use the cell containing the number to output information [email protected] Excel Programming 4 February 18th 07 08:59 PM
How can I convery time? Keith Excel Worksheet Functions 2 November 28th 06 03:56 PM


All times are GMT +1. The time now is 09:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"