excel - How to select range cell with VBA and align to top instead to the middle of the window? -
i created hiperlink, not working correctly. when vba executed, selected cell in middle of window, want align selected cell top left in window resolution. navigation on document. excel 2010.
add following line of code after make cell hyperlink:
application.goto cells(1,1),true
replace cells(1,1)
appropriate cell.
Comments
Post a Comment