Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-23-2016, 05:18 AM
jeffreybrown jeffreybrown is offline automating drag & drop Windows Vista automating drag & drop Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default


I'm guessing since you have two different formulas in the last two rows, you want both rows to go down one.

Try

Code:
Sub MoveDown()
    Dim LastRow As Long
    LastRow = Sheets("Data").Range("B" & Rows.Count).End(xlUp).Row
    Sheets("Data").Range("B" & LastRow - 1).Resize(2, 5).Copy _
    Destination:=Sheets("Data").Range("B" & LastRow)
End Sub
Reply With Quote
  #2  
Old 04-23-2016, 05:37 AM
rob171171 rob171171 is offline automating drag & drop Windows 7 64bit automating drag & drop Office 2010 64bit
Novice
automating drag & drop
 
Join Date: Sep 2013
Posts: 6
rob171171 is on a distinguished road
Default

Hi Jeffrey

The formula is the same in each row, its a simple countif of open & closed form Column A (Tab Status) and Column B (P1, P2 & P3 possibilities).
The values in A & B of Tab Status will vary as the project progresses and (hopefully) the number of items open will decrease with those closed increasing. Similarly the number of P1's, P2's & P3's will fluctuate on a daily basis.

The purpose of tab Data is to record this on a daily basis to show the burndown. I 'simply' want the row which corresponds to each day in tab data to automatically update.

That make sense??
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
automating drag & drop Cannot drag and drop tasks RandWald Outlook 3 04-02-2016 06:45 AM
automating drag & drop Drag and drop macro Amanoo PowerPoint 2 06-15-2012 04:01 AM
Drop and drag macro Jamtart PowerPoint 3 04-15-2012 11:05 PM
Drag and drop contacts christer Office 0 10-03-2011 09:54 AM
Drag & Drop problem nickywave Outlook 0 04-12-2011 01:40 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:05 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