Add tab in excel for mac cell

broken image

For instance, the following macro will change the tab name to the contents of A1:ĪctiveSheet.Name = ActiveSheet.Range('A1') It is a relatively simple task to develop such a function using a macro that will do the job for you. Unfortunately, Excel doesn't provide an intrinsic function to handle this sort of task. What if you want to do it dynamically, however? What if you want to have the value in cell A1 automatically appear as the tab name?

broken image

You probably already know that you can change the name of a worksheet tab by double-clicking on the tab and providing a new name.