XL97: Making the Active Row Bold Using SelectionChange EventLast reviewed: February 27, 1998Article ID: Q172515 |
The information in this article applies to:
SUMMARYWhen you work in a Microsoft Excel worksheet, you may want to make the current work item bold to make it easier to read. This article contains a sample Visual Basic for Applications macro that makes the font of the current row bold.
MORE INFORMATIONThe example uses the SelectionChange event of the worksheet to change the font of the current row. Each time you make a new selection on the worksheet, the entire row that contains the selection become bold. NOTE: When you select a range that contains more than one row, only the row containing the active cell becomes bold. Microsoft provides examples of Visual Basic for Applications procedures for illustration only, without warranty either expressed or implied, including, but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures in this article are provided 'as is' and Microsoft does not guarantee that they can be used in all situations. While Microsoft support engineers can help explain the functionality of a particular macro, they will not modify these examples to provide added functionality, nor will they help you construct macros to meet your specific needs. If you have limited programming experience, you may want to consult one of the Microsoft Solution Providers. Solution Providers offer a wide range of fee-based services, including creating custom macros. For more information about Microsoft Solution Providers, call Microsoft Customer Information Service at (800) 426-9400. To change the font of the current row by using the sample macro, follow these steps:
NOTE: As a result of using the SelectionChange event and the macro assigned to it, you may not be able to use some editing features, for example the Copy command.
REFERENCESFor more information about the SelectionChange event, click the Office Assistant in the Visual Basic Editor, type "SelectionChange event," click Search, and then click to view "SelectionChange Event." NOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If Microsoft Help is not installed on your computer, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q120802 TITLE : Office: How to Add/Remove a Single Office Program or Component |
Additional query words: XL97 Event
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |