Selection By Shift & Arrow In VBA

  • Thread starter Thread starter FARAZ QURESHI
  • Start date Start date
F

FARAZ QURESHI

What code enlarge the current selection as by only Shift + Arrow. In other
words, I want the code to only select the currently active cells plus the
ones below, like Shift+DownArrow, instead of entering a specific range?
 
Activecell.Resize(2,4).Select

will extend the selection from active cell to two rows down and 4 columns to
right
 
Recording doesn't help my dear. It returns the cell references and not the
actual step.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top