Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If Account_no = obj.Worksheets("Sheet1").cells(RW,"B").value then
If AcctNo = obj.Worksheets("Sheet1").cells(RW,"B").value then
for rw = 2 to 109
If AcctNo = obj.Worksheets("Sheet1").cells(RW,"B").value then
with obj.Worksheets("Sheet2")
i = 0
nextrow = .[A1].currentregion.rows.count + 1
for icol = 1 to .[A1].currentregion.columns.count
.cells(nextrow, icol).value = vData(i)
i = i + 1
next
end with
end if
next
with obj.Worksheets("Sheet2")
i = 0
nextrow = .[A1].currentregion.rows.count + 1