The macro-recorder does not record what I do! (apparently..)

P

plantago

I want to record a macro. I start recording, marking the cells,
choosing format > cells, use 1000 separator, decimal places: 0, stop
recording.

When I run the macro, the numbers have only one desimal and no
1000-separator, why? (Custom format "#.##0")


Sub Macro4()
'
' Macro4 Macro
' Macro recorded 7/6/2006 by __________________________
'

'
Range("B2:M4").Select
Selection.NumberFormat = "#.##0"
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top