Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default add data without deleting information in cell

I have a column with information already in it and I want to add "_2007" to
the information already in the cells without deleting that information. Is
there a fast way to do that? Each cell has different information in it so I
don't think I can do a find and replace.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default add data without deleting information in cell


sub addatend()
for each c in range("a2:a22")
c.value=c.value & "_2007"
next c
end sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Hobher" wrote in message
...
I have a column with information already in it and I want to add "_2007" to
the information already in the cells without deleting that information. Is
there a fast way to do that? Each cell has different information in it so
I
don't think I can do a find and replace.


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
Globally deleting part of the information in a cell JanetP Excel Worksheet Functions 4 November 19th 08 03:32 PM
Deleting information in cells Ashley Excel Worksheet Functions 2 September 6th 07 07:06 PM
Deleting partial information from all cells in a column Smooney Excel Worksheet Functions 4 August 17th 07 02:11 AM
deleting information from a cell Katti1215 Excel Discussion (Misc queries) 1 January 25th 07 08:46 PM
Deleting cell data without deleting formula Tom Hall Excel Discussion (Misc queries) 4 October 29th 06 04:07 PM


All times are GMT +1. The time now is 03:02 PM.

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

About Us

"It's about Microsoft Excel"