Design Excel Macro to find the word "Weld" and insert a blank row.

Completed Posted Mar 5, 2015 Paid on delivery
Completed Paid on delivery

Design Excel Macro to find the word "Weld", "Bend", "Flange", or "Valve" and insert a blank row below. Then enter the word "Pipeline" under those words and move the information next to "Weld", "Bend", "Flange", or "Valve" next to the word pipeline just below. Please see examples attached. Also below is part of the macro

Sub BlankLine()

Dim Col As Variant

Dim BlankRows As Long

Dim LastRow As Long

Dim R As Long

Dim StartRow As Long

Col = "E"

StartRow = 1

BlankRows = 1

LastRow = Cells([url removed, login to view], Col).End(xlUp).Row

[url removed, login to view] = False

With ActiveSheet

For R = LastRow To StartRow + 1 Step -1

If .Cells(R, Col) = "0" Then

.Cells(R, Col).[url removed, login to view] Shift:=xlDown

End If

Next R

End With

[url removed, login to view] = True

End Sub

Data Entry Data Processing Excel

Project ID: #7255608

About the project

1 proposal Remote project Active Mar 5, 2015

Awarded to:

zExcel

Happy to help you with this macro now .................................................................................................................

$40 USD in 0 days
(155 Reviews)
6.9