Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default adding text for a specific range

I have a work book i copy the info from another now to identifie tha
that range i have just copied i place a letter in colum c ea

The copying macro is fine, all i wish to know what do i add t
automactally place the letters ea into colume c for the range i hav
just copied

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default adding text for a specific range

Put this in after you past

Set myrange = Application.Selectio
For Each c In myrang
c.Value = CStr(c.Value) & " ea
Nex

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
counting the occurrence of specific text within a date range John Excel Worksheet Functions 4 May 20th 10 09:32 PM
Count percentage of specific text in a range of cells kruggie2000 Excel Worksheet Functions 1 October 6th 08 05:59 PM
Adding random #s in a range to equal a specific # Jeff Excel Worksheet Functions 4 April 28th 08 02:46 PM
adding numbers in a specific range of values Tophaw Excel Discussion (Misc queries) 2 December 27th 06 04:04 PM
Summing values in a range against specific text starguy Excel Discussion (Misc queries) 2 March 29th 06 06:30 AM


All times are GMT +1. The time now is 09:40 PM.

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

About Us

"It's about Microsoft Excel"