Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default removing first character in cell

Hi I have acolumn and i need to remove the first charatcter of each cell in
this column. is there an easy way to to do this please?

A


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default removing first character in cell

for each c in range("a2:a22")
c.value=right(c,len(c)-1)
next c

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Alexey" wrote in message
...
Hi I have acolumn and i need to remove the first charatcter of each cell
in this column. is there an easy way to to do this please?

A



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default removing first character in cell

Thanks
A

"Don Guillett" wrote in message
...
for each c in range("a2:a22")
c.value=right(c,len(c)-1)
next c

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Alexey" wrote in message
...
Hi I have acolumn and i need to remove the first charatcter of each cell
in this column. is there an easy way to to do this please?

A





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
Removing last character in a cell Megadrone Excel Worksheet Functions 0 November 30th 06 06:51 PM
Removing last character in a cell Elkar Excel Worksheet Functions 0 November 30th 06 06:35 PM
Removing last character in a cell John Bundy Excel Worksheet Functions 0 November 30th 06 06:32 PM
Removing last character in a cell Megadrone Excel Worksheet Functions 0 November 30th 06 06:23 PM
Removing last character of cell mira Excel Discussion (Misc queries) 4 July 27th 05 07:46 PM


All times are GMT +1. The time now is 12:45 AM.

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"