Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
How do I insert the character "-" at the start of each cell in the active selection? Thanks Andi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for each c in selection.cells
c.value="-" & c.value next c |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert character at beginning of cell without changing contents | Excel Discussion (Misc queries) | |||
Insert a special character in 1st and last position into a cell | New Users to Excel | |||
how to insert tab character into the cell? | New Users to Excel | |||
Does Alt-Enter insert a non-printing character in a cell string? | Excel Programming | |||
Insert a standard character in a cell of excel. | Excel Worksheet Functions |