Rename Worksheets with Macro

E

Eric Larsen

I would like to have a Macro to go to a certain cell to rename a worksheet.
When I run I get errors.
Can someone lend a hand?
 
E

Ed

Eric,

That is a common task.
Copy and paste the code here so we can try to find the
problem.
 
B

Bob Phillips

Eric,

Is your code something like this?

With Worksheets(1)
.Name = .Range("A1").Value
End With
 

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

Top