I know how to save a worksheet to the bar below. Being a little lazy and inquisitive is there a way to use a button, with a macro to achieve the same thing?
Thanks
I know how to save a worksheet to the bar below. Being a little lazy and inquisitive is there a way to use a button, with a macro to achieve the same thing?
Thanks
Or![]()
Please Login or Register to view this content.
Macros do not (or rather, they should) include validation of the new name, because the sheet name has its limitations.![]()
Please Login or Register to view this content.
Artik
Last edited by Artik; 07-25-2022 at 07:16 PM.
Here's another suggestion by Mumps1 from another thread:Artik![]()
Please Login or Register to view this content.
thanks everyone
Hi in your second reply at
Do
strNewName = InputBox("Enter the new sheet name:", "New name", ActiveSheet.Name) can I just enter the cell name "B3" at "Enter the new sheet name:"
I don't know if I understood correctly.
PerhapsArtik![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks