Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-05-2018, 10:53 PM
Josh1012 Josh1012 is offline How to Loop through rows and Columns to Offset Data Windows 10 How to Loop through rows and Columns to Offset Data Office 2010 64bit
Novice
How to Loop through rows and Columns to Offset Data
 
Join Date: Sep 2018
Posts: 12
Josh1012 is on a distinguished road
Default How to Loop through rows and Columns to Offset Data

Hi,





I would like to know to how to Loop through all rows that have data and offset them by one column (in the the negative direction) and also select cells in all columns that have data in them and offset them to the same column as the previous data.



So this is the code I currently have written myself:


Sub Offset()

Dim Col As Long
Dim Row As Long
Dim myrg As Range
Dim newrow As Integer
Dim newcol As Integer
Col = Application.InputBox(Prompt:="Select Column your working in",Title:="Column", Type:=1)

newcol = Col - 1
Row = 1
newrow = Row + 1


For Row = 1 To 500
For Col = Col To Col + 1
If Cells(Row, Col) > 0 Then Cells(Row, Col).Offset(, newcol).Select
ElseIf Cells(Row, Col) = "" Then GoTo newrow
Next Row
Next Col
End If
End Sub


I used an input box so I can tell excel what column I want to offset first. I want to add a conditional statement to say if there is no data in the cell then to just skip to the next row.
Reply With Quote
 

Tags
for each loop, offset(), vba code



Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert rows when column A data changes then shade and autosum blanks in columns E to I kgoosen Excel Programming 0 08-30-2017 04:45 AM
Formatting data in scattered rows into rows following each other MorneDJ Excel 3 12-10-2016 12:35 AM
How to Loop through rows and Columns to Offset Data I cant get my Sum(Offset formula to pull appropriate data. Erickd90 Excel 7 07-28-2016 12:20 PM
How to Loop through rows and Columns to Offset Data Delete blank rows between the two rows that contain data beginner Excel Programming 5 12-26-2014 12:29 AM
How to Loop through rows and Columns to Offset Data Data validation list filter with range defined by OFFSET Mango123 Excel 4 03-18-2014 02:52 PM

Other Forums: Access Forums

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