About 50 results
Open links in new tab
  1. VBA code to move cursor down one cell - MrExcel

    Feb 24, 2006 · Any one have simple code for the end of a macro to move the cursor down one row to the cell immediately below where the macro did whatever it was supposed to do? …

  2. Macro; Move 1 cell down (left, right..) | MrExcel Message Board

    Jul 8, 2002 · Similar threads D Moving X Down One Row depawl52 Aug 29, 2025 Excel Questions 2 Replies 19 Views 724 Sep 1, 2025

  3. VBA move down one cell from heading on filtered data - MrExcel

    Aug 13, 2003 · Hi all, got a simple one. I am doing a macro where I've filtered out the data I don't want,then copy two of the columns of the filtered data into another file. I navigate to the …

  4. VB Code to move down one cell ? | MrExcel Message Board

    May 19, 2004 · Hi Im trying to write some Macros that basically say "run the macro in the selected cell, then move down to the cell beneath it" If my selected cell happens to be D9, I can only …

  5. Move selection down one cell | MrExcel Message Board

    May 9, 2006 · What is the VB code to cause my selection to move down one cell?

  6. macro to shift rows up and down | MrExcel Message Board

    Oct 15, 2010 · I am trying to figure out how to write a macro where I can select a row or rows (adjacent) press a button, and the secelected row (s) will shift down one row every time the …

  7. Move row automatically to the bottom of the sheet when cell …

    Jun 23, 2020 · I have a column of "Open" and "Closed" items. When the cell is changed to "Closed," I'm trying to get the whole row to go to the bottom of the spreadsheet. I've tried …

  8. Move to adjacent cell after barcode scan? - MrExcel

    Nov 16, 2016 · Hi, A barcode scan currently moves down to the cell below. Is it possible to do this with VBA? A2: Contents of barcode scan is entered here B2: Scanned time placed here C2: …

  9. Add a 'go to next cell down' line in macro - MrExcel

    Oct 10, 2010 · I would like it to automatically move down to the next visible line (its autofiltered, so it can't go to the next hidden line, incase one is there). Alternatively, I would love my macro to …

  10. Move cells up or down VBA | MrExcel Message Board

    Jun 4, 2015 · I am looking for a VBA to move a selected range of cells and shift them up or down. For example if in column A1:A6 I have 1,2,3,4,5,6 and in columns B,C and D I have data. I …