Macro Help !!!!

  • Thread starter Thread starter GazMo
  • Start date Start date
G

GazMo

Thanks for your help, howver ... It falls over at :

If LCase(sh.Name) <> LCase(sh1) Then

saying "object doesnt support this property or method"

????????
 
If LCase(sh.Name) <> LCase(sh1.Name) Then
Thanks for your help, howver ... It falls over at :

If LCase(sh.Name) <> LCase(sh1) Then

saying "object doesnt support this property or method"

????????
 
That was one of those ill advised last minute changes

As Dave advised, add name to the end of Sh1

If LCase(sh.Name) <> LCase(sh1.Name) Then
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top