Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 01-08-2015, 02:54 PM
charlesdh charlesdh is offline Shift Excel Cell after executing a macro for second time Windows 7 32bit Shift Excel Cell after executing a macro for second time Office 2010 32bit
Expert
 
Join Date: Apr 2014
Location: Mississippi
Posts: 382
charlesdh is on a distinguished road
Default

HI,



Have the file Destination go to another part of the sheet and then you copy the data to "A1" and have it insert the copied data and at the same time move the file down.
This is a recorded macro. But it may help.
Code:
Sub Macro3()
    Range("H1:H3").Copy
    Range("A1").Select
    Selection.Insert Shift:=xlDown
    Application.CutCopyMode = False
End Sub
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Shift Excel Cell after executing a macro for second time Delete empty cell and shift up Linh Word Tables 1 09-21-2014 01:52 PM
Shift Excel Cell after executing a macro for second time Excel 2013 – need help extracting date and time from text cell plus more. Art Mann Excel 1 07-18-2014 09:55 PM
Can anyone here tweek this macro for renaming Excel files based on a cell's contents? chrisd2000 Excel Programming 6 07-01-2014 01:53 PM
Shift Excel Cell after executing a macro for second time Shift cell right gsrikanth Excel Programming 2 01-17-2012 11:29 PM
Shift Excel Cell after executing a macro for second time Cell formatting for time - Excel 2010 PomDave Excel 5 09-05-2011 10:49 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:16 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft