Thread
:
Rename active sheet to contents of specific cell
View Single Post
#
2
Posted to microsoft.public.excel.programming
burl_rfc
external usenet poster
Posts: 24
Rename active sheet to contents of specific cell
I fixed it.......
By changing the following:-
ActiveSheet.Name = Range("b6")
to
sh.name = Range("b6")
Thanks
Burl
Reply With Quote
burl_rfc
View Public Profile
Find all posts by burl_rfc