Thread: Coding
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Patrick Dave Patrick is offline
external usenet poster
 
Posts: 249
Default Coding

You can change "abc" that follows the equal sign to "abc:"

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Ed" wrote:
| Macro works too well.
|
| Value I'm working with is " abc:", not"abc". Macro below won't work
| with abc:.
|
| I replaced abc: with abc in last six rows of worksheet and macro
| worked. It deleted all rows.
|
| I'm working on trying to fix it.
|
| EJE