I am using MS Excel 2007 and I have stuck in something which I am describing below
Let's suppose I have data in columns "A", "D". "H", "J", "L", "P" in an excel sheet, and there are hundreds of rows of data for all those said columns. And in this scenario, the cell "A4" is selected and I need to go to the cell "P4", if I have to go there by manual key-stroke, it would be like pressing 'Ctrl+Right Arrow' for 5 times. But what would be the VBA code for this process of moving from "A4" to "P4" (without making the key-strokes)? Help on this would highly be appreciated!! Thank you in advance.