ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Highlight a row (https://www.excelbanter.com/excel-programming/374240-highlight-row.html)

pjy

Highlight a row
 
I have set up a spreadsheet with bookmark links to other worksheet rows...Is
it possible to highlight the row when i enter it using the link.

Cheers

Sandy

Highlight a row
 
First off do you want to select the row or highlight it a certain color, here
is the way to select the entire row:

In your visual basic editor place this in the worksheet tab your hyperlink
is pointing to.

Private Sub Worksheet_Activate()
ActiveCell.EntireRow.Select
End Sub

Hope this helps

Sandy

"pjy" wrote:

I have set up a spreadsheet with bookmark links to other worksheet rows...Is
it possible to highlight the row when i enter it using the link.

Cheers



All times are GMT +1. The time now is 08:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com