Search : in
By :

Excel macro selecting column

Last answer on Apr 2, 2009 9:42:29 am BST excel challenged, on Apr 1, 2009 4:32:45 pm BST 
 Report this message to moderators

Hello,
I need to select a specific column relative to the active cell in a macro. Specifically, regardless of the Active cell on a given row, I want to select the F column for the row the activecell is on.

Example:
When my macro is executed the active cell is N3. I want the macro to select F3 for me or
if my active cell is R8, I want the macro to select F8 for me.

The goal is to position the activecell to a specific cell before the rest of the macro is executed, however that specific cell is dependent on the last row where data has been entered.

hope someone can help me.

thanks.

Configuration: Windows XP
Internet Explorer 6.0

Best answers for « Excel macro selecting column » in :
Excel – Macro to detect and hide blank rows ShowExcel – Macro to detect and hide blank rows Issue Solution Note Issue I want a macro to unhide about 20 blank rows copy values into the top row then hide the remaining rows (some cells have fill though) then the next time it will...
Avoid duplicates in Excel ShowAvoid duplicates in Excel In order to avoid duplication when encoding in a column from an excel sheet: take the conditional format on the first cell under the headings (eg A2) choose the following formula:...
EXCEL: The INTERSECTION function ShowEXCEL: The INTERSECTION function You have a table consisting of rows and columns. Want to know the value of the cell at the intersection of a particular row / column in your table Example: Your table: - starts C3 to F3 ... for...
Spreadsheets - Cell Selection ShowCell Selection Spreadsheets are powerful tools for working with data. However, to work with data, it is necessary to have tools to rapidly choose the required cells. Line Selection An entire line can be chosen by clicking directly on the line...

1

 netgear3, on Apr 2, 2009 9:42:29 am BST

Hi,
try this link to get help about creating excel macros:
http://www.excel-vba.com/excel-vba-contents.htm

Reply to netgear3