VBS Help Needed

mjspiz

New Member
Joined
Apr 5, 2016
Messages
11
Hi all,

I need some help writing this vbs script. After it's written, I will set up a Windows scheduled task to kick it off a couple of days a week. This is what I am trying to accomplish. Any help is greatly appreciated!


Open filename.xlsx file

Delete rows 1-4 and 6

Add new column named BRG between cols A and B
(Row 1 is now the header)

Delete cols E thru H

Loop:
Read value in cell (Row,1) in .xlsx file

Open brg.txt file

Look for the same value in the .txt file.
Chars 1-6 of each line.

If found, write value to .xlsx file cell (Row,2)
Otherwise write spaces to .xlsx file cell (Row,2)

Row = Row+1

Goto :Loop

Save as newfile.xlsx
 
Last edited:

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,213,489
Messages
6,113,947
Members
448,534
Latest member
benefuexx

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top