stuartgb100
Active Member
- Joined
- May 10, 2015
- Messages
- 322
- Office Version
- 2021
- Platform
- Windows
Hi,
I am using the following statement:
When run, the new sheet window displays and the cell that I'm looking for is the activecell.
This could be in a row near the top, middle or near the bottom of the display.
Is there a way to make that row the first row in the display, please ?
Many thanks.
I am using the following statement:
VBA Code:
TargetSht.Range("B" & TargetRw).Hyperlinks.Add _
anchor:=TargetSht.Range("B" & TargetRw), Address:="", _
SubAddress:="'" & .Name & "'!" & .Range("B" & C.Row).Address, _
TextToDisplay:=SourceSht.Range("B" & C.Row).Value
When run, the new sheet window displays and the cell that I'm looking for is the activecell.
This could be in a row near the top, middle or near the bottom of the display.
Is there a way to make that row the first row in the display, please ?
Many thanks.