ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Probably simple (https://www.excelbanter.com/excel-programming/430050-re-probably-simple.html)

Patrick Molloy

Probably simple
 


"Carlos" wrote in message
...
Hi,

Simple code I'm sure, I just can't get my head round it.

I've a number a worksheets that could be added in any order, I need to
extract the sheet which has a name starting with "ilo" and rename it to
whatever I want.

For Each ws In ActiveWorkbook.Worksheets

If lcase( LEFT(ws.Name ,3) ) = "ilo" Then
newname = inputbox("Enter new name")
ws.name = newname
Exit Sub
End If

This is what I'm working with, Can anyone amend so I can get this changed?

Thanks
Carl




All times are GMT +1. The time now is 06:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com