D
Dano
I was wandering… hoping if someone could help me with a macro.
In excel I have a list of IP’s in a column like this:
10.162.164.82
10.162.164.84
10.162.164.85
10.162.164.87
10.162.164.89
There could be hundreds of them.
I need to add these rows in between each IP. Like this:
10.162.164.81
WAIT ">"
SEND "ftp-config: 0\m"
WAIT ">"
SEND "set-cmnty-name: MVHU\m"
WAIT ">"
SEND "exit"
WAIT ">"
SEND "Y"
10.162.164.84
WAIT ">"
SEND "ftp-config: 0\m"
WAIT ">"
SEND "set-cmnty-name: MVHU\m"
WAIT ">"
SEND "exit"
WAIT ">"
SEND "Y"
And so forth. Can someone help me?
I think I could figure out how to modify the script once I had it (ie
different lines of text and/or more or less lines of text) I would greatly
appreciate it if you could share what so easily comes to your mind that which
is having trouble getting through my thick skull!
In excel I have a list of IP’s in a column like this:
10.162.164.82
10.162.164.84
10.162.164.85
10.162.164.87
10.162.164.89
There could be hundreds of them.
I need to add these rows in between each IP. Like this:
10.162.164.81
WAIT ">"
SEND "ftp-config: 0\m"
WAIT ">"
SEND "set-cmnty-name: MVHU\m"
WAIT ">"
SEND "exit"
WAIT ">"
SEND "Y"
10.162.164.84
WAIT ">"
SEND "ftp-config: 0\m"
WAIT ">"
SEND "set-cmnty-name: MVHU\m"
WAIT ">"
SEND "exit"
WAIT ">"
SEND "Y"
And so forth. Can someone help me?
I think I could figure out how to modify the script once I had it (ie
different lines of text and/or more or less lines of text) I would greatly
appreciate it if you could share what so easily comes to your mind that which
is having trouble getting through my thick skull!