Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA
VBA
Resolved · Low Priority · Version 2003
VBA
How can I make excel (VB) paste the next cells that I have copied right below the previous cells I pasted?For upcoming training course dates see: Pricing & availability
RE: VBA
Hi EivindThank 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
|
|
» Forum post: Excel |



Course updates

