Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Monica
Multiply by 10? Sub lime() Set myrange = Range("A1:A10") For Each c In myrange c.Value = c.Value * 10 Next End Sub Mike "Monica" wrote: Trying to create a macro to add a zero to the end of a cell or range of cells - Ie - if number is 123 it becomes 1230 Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a macro to add a zero to end of a cell? or cells.. | Excel Programming | |||
create a macro for copying certain data in cells | Excel Programming | |||
how do i create a macro that would check the contents of cells | Excel Discussion (Misc queries) | |||
how do i create a macro that would check the contents of cells | Excel Discussion (Misc queries) | |||
Create scenarios using macro and data in cells | Excel Programming |