P
pol
Hi all,
Need your help to change the formula .
Columns("Q:Q").Select
Range("Q1").Activate
How I can change the above macros with active cell and active cell range
For example
If the cursor is in A1column the macro should be
COlumn(A:A).select
Range("A1).activate
If the cursor is in K column the macro should be
COlumn(K:K).select
Range("K1).activate
With thanks
Pol
Need your help to change the formula .
Columns("Q:Q").Select
Range("Q1").Activate
How I can change the above macros with active cell and active cell range
For example
If the cursor is in A1column the macro should be
COlumn(A:A).select
Range("A1).activate
If the cursor is in K column the macro should be
COlumn(K:K).select
Range("K1).activate
With thanks
Pol