anyone have an idea how to scroll the activesheet so: ActiveCell.Top is at the top of ActiveWindow.UsableHeight ??
Last edited by MJBNET; Mar 27th, 2005 at 06:18 PM. Reason: RESOLVED
...i got it...even better...brings activecell to top/left of window VB Code: ActiveWindow.ScrollRow = ActiveCell.Row ActiveWindow.ScrollColumn = ActiveCell.Column
ActiveWindow.ScrollRow = ActiveCell.Row ActiveWindow.ScrollColumn = ActiveCell.Column
Forum Rules