![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 51
|
Tjobings...
QUESTION 1 I wonder if there is a way, either by macro or predefined excel command, to activate cell A1 each time I change to another sheet. QUESTION 2 I've about 25 macros defined in 14 Modules. Should I use only 1 Module wiht alle the 24 macro definition, or doesnt it affect the Excel performance at all? Thanks... |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Helena, MT
Posts: 13,690
|
Place this code in the WorkSheet Modules
Private Sub Worksheet_Activate() Range("$A$1").Select End Sub [ This Message was edited by: lenze on 2002-04-24 14:05 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|