![]() |
macros
How can I create a macro that applies a specified color to the current row
rather than a defined row? |
macros
One way:
Public Sub ColorCurrentRow ActiveCell.EntireRow.Interior.Colorindex = 3 End Sub In article , sfh wrote: How can I create a macro that applies a specified color to the current row rather than a defined row? |
macros
thank you...
"JE McGimpsey" wrote: One way: Public Sub ColorCurrentRow ActiveCell.EntireRow.Interior.Colorindex = 3 End Sub In article , sfh wrote: How can I create a macro that applies a specified color to the current row rather than a defined row? |
All times are GMT +1. The time now is 04:19 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com