Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Insert row if cell contains caracters

Hi I found a couple of macros to insert rows if one cell contents is
different form another or if a cell value = a value. My cell contains the
characters €śTotal€ť and other characters as well, I need to insert a row below
every cell in A that contains the characters €śTotal€ť,
Thanks for a lovely space.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 192
Default Insert row if cell contains caracters

Using what you already have, try the following:

If currentselection.Value Like "*Total*" Then

This will find "Total" if it has characters before or after.
--
-SA


"Esrei" wrote:

Hi I found a couple of macros to insert rows if one cell contents is
different form another or if a cell value = a value. My cell contains the
characters €śTotal€ť and other characters as well, I need to insert a row below
every cell in A that contains the characters €śTotal€ť,
Thanks for a lovely space.

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
how to extract caracters up to comma in excel cell jethan Excel Worksheet Functions 2 July 24th 08 01:54 PM
How to know which cell caracters are underlined Alex St-Pierre Excel Programming 3 November 21st 07 10:36 PM
count the number of caracters in a cell Jan New Users to Excel 8 July 1st 06 01:10 AM
count the number of caracters in a cell Jan New Users to Excel 2 June 30th 06 09:32 PM
Can you Limit the number of caracters that can be typed in a cell? pepperjack[_3_] Excel Programming 3 August 29th 04 03:19 AM


All times are GMT +1. The time now is 03:57 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"