View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle L. Howard Kittle is offline
external usenet poster
 
Posts: 698
Default Prefixing a number to the number in a cell

Hi Sherees,

Try this, as I don't believe you can do this with a formula.

Sub PrefixItsSelf()
Dim cell As Range
For Each cell In Selection
cell.Value = cell.Value & cell.Value
Next
End Sub

Copy into the sheet module and select the cells you want to prefix and then
run the macro.

HTH
Regards,
Howard

"Sherees" wrote in message
...
I have in column A, 1000 numbers, now i need to prefix an identical number
to
all the 1000 numbers in A column. What is the easiest way?. I want the
number
to be prefixed in the same A column.. Pls help

Regards
Sherees
--
Life isa journey not a destination