vba
RH

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA

VBA

resolvedResolved · Low Priority · Version 2003

Eivind has attended:
Excel VBA Intro Intermediate course

VBA

How can I make excel (VB) paste the next cells that I have copied right below the previous cells I pasted?

RE: VBA

Hi Eivind

Thank you for your question.

You can include the paste destination on a copy line

ActiveCell.Copy Destination:=ActiveCell.Offset(1, 0)

I hope that helps.

Laura GB

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Shortcut for accessing recently opened files

To get into recently opened Excel files without using your mouse, hold down Alt + F to open the File menu.

Recently opened files are listed down the bottom of the File menu - type in the number next to the file you wish to open and it should appear on your screen.

View all Excel hints and tips


Server loaded in 0.05 secs.