Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default StrikeThrough

Hi,

How to I check whether there is any striketrough on the text in one cell
with another text in another cell example:
column: a b

at at

where the two text are strikethrough. Note that the text must also be matched.

thank.

regards,
Ben


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default StrikeThrough

If Range("A1").Value = Range("B1").Value And _
Range("A1:B1").Font.Strikethrough = True Then
MsgBox "OK"
End If

Mike F
"Ben" wrote in message
...
Hi,

How to I check whether there is any striketrough on the text in one cell
with another text in another cell example:
column: a b

at at

where the two text are strikethrough. Note that the text must also be

matched.

thank.

regards,
Ben




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
IF Strikethrough lightbulb Excel Discussion (Misc queries) 5 April 4th 23 02:11 PM
countif strikethrough ericahughes Excel Worksheet Functions 1 February 3rd 10 12:30 AM
Row and Column Strikethrough Craig Wilson Excel Discussion (Misc queries) 1 June 27th 07 02:20 PM
Can you do strikethrough in excel? Snooky Excel Discussion (Misc queries) 2 January 10th 06 01:28 PM
Strikethrough on Excel. How? Jerry Baritone Excel Worksheet Functions 1 January 3rd 05 09:55 PM


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