如何在Excel中突出显示活动工作表标签?
在打开的工作簿中,活动工作表选项卡通过默认情况下变白并加粗文本来与其他选项卡区分开。 如果要使活动工作表选项卡在工作簿中更加突出,本文中的一种方法可以为您提供帮助。
用VBA代码突出显示活动的工作表选项卡
用VBA代码突出显示活动的工作表选项卡
惊人的! 在 Excel 中使用高效的选项卡,如 Chrome、Firefox 和 Safari!
每天节省50%的时间,并减少数千次鼠标单击!
请执行以下操作以突出显示打开的Excel工作簿中的活动工作表标签。
1.在工作簿中,要突出显示活动工作表标签,请按 其他 + F11 键打开 Microsoft Visual Basic应用程序 窗口。
2.在 Microsoft Visual Basic应用程序 窗口,请双击 的ThisWorkbook 在左窗格中,然后将VBA代码复制并粘贴到 本工作簿(代码) 窗口。 看截图:
VBA代码:在打开的工作簿中突出显示活动的工作表选项卡
Private Sub Workbook_SheetActivate(ByVal Sh As Object)
Dim xSheet As Worksheet
Application.ScreenUpdating = False
For Each xSheet In ThisWorkbook.Worksheets
If xSheet.Name = ActiveSheet.Name Then
xSheet.Tab.ColorIndex = 6
Else
xSheet.Tab.ColorIndex = 2
End If
Next
Application.ScreenUpdating = True
End Sub
3. Press the Alt + Q keys to close the Microsoft Visual Basic for Applications window.
Now, when you activate a sheet, the sheet tab is highlighted in yellow automatically as below screenshot shown:
Related Articles:
How to reference tab name in cell in Excel?
How to make sheet tab name equal to cell value in Excel?
How to match the cell value with sheet tab name or vice versa in Excel?
Best Office Productivity Tools
Transform Hours into Minutes with Kutools for Excel!
Ready to supercharge your Excel tasks? Harness the power of Kutools for Excel - your ultimate time-saving tool. Streamline intricate tasks and glide through your data like a pro. Experience Excel at lightning speed!
Why You Need Kutools for Excel
🛠️ Over 300 Powerful Features: Kutools is packed with more than 300 advanced features, simplifying your work in over 1500 scenarios.
📈 Superior Data Processing: Merge cells, remove duplicates, and perform advanced data conversions – all without breaking a sweat!
⏱️ Efficient Batch Operations: Why put in extra effort when you can work smart? Import, export, com
bine, and tweak data in bulk with ease.
📊 Customizable Charts and Reports: Access a broad variety of additional charts and generate insightful reports that tell a story.
🗄️ Powerful Navigation Pane: Gain an advantage with the robust Column Manager, Worksheet Manager, and Custom Favorites.
📝 Seven Types of Drop-down Lists: Make data entry a breeze with drop-down lists of various features and types.
🎓 User-Friendly: A breeze for beginners and a powerful tool for experts.
Download Now and Soar Through Time with Excel!
Read More... Free Download... Purchase...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
Open and create multiple documents in new tabs of the same window, rather than in new windows.
Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Read More... Free Download... Purchase...