» Making a Cell the First Cell in the Active Window
CATEGORY - Cells, Ranges, Rows, and Columns in VBA
VERSION - All Microsoft Excel Versions
Before: Cell C4 is the first cell in the Financial Highlights report, see screenshot
After: Cell C4 is the first cell in the active window, see screenshot
1. Press Alt+F11 to open the VBE (Visual Basic Editor).
2. Double-click any Module sheet under VBAProject.
OR
From the Insert menu, insert a new Module.
3. Type the following code in the Module sheet:
Sub ActiveCell_To_FirstCellCorner()
Application.Goto ActiveCell, True
End Sub
4. Press Alt+F11 to return to Excel.
5. Press Alt+F8 and from the Macro dialog box, select the macro.
6. Click Run to operate the macro.



Book Store:
Recommended Books:
- Microsoft Excel 2002 Visual Basic for Applications Step by Step
- Microsoft Office Xp: Advanced Concepts and Techniques: Word 2002, Excel 2002, Access 2002, Powerpoint 2002
- The South Beach Diet: The Delicious, Doctor-Designed, Foolproof Plan for Fast and Healthy Weight Loss
- Analyzing Markets, Products, and Marketing Plans
- Investing for Dummies, Third Edition
- Business Plans For Dummies®
No comments have been submitted.

