ShaneBland
New Member
- Joined
- Aug 30, 2006
- Messages
- 4
I am not sure how complicated this will be. Here is what I am trying to do.
I have a worksheet with 3 columns each contaning text data. Each row is a seperate "data record". I want to create a macro or function that will take the value of each column in each row and spit out a text snippet with some other information.
Here is an example. Here is one row showing the values from each column.
Gig7/24 710 idsr4ap1-eth0
I want to then take this data and create a text snippet that looks like this below.
"
!
interface Gig7/24
switchport access vlan 710
desc idsr4ap1-eth0
!
"
Anyone have any ideas that can help me out?
I have a worksheet with 3 columns each contaning text data. Each row is a seperate "data record". I want to create a macro or function that will take the value of each column in each row and spit out a text snippet with some other information.
Here is an example. Here is one row showing the values from each column.
Gig7/24 710 idsr4ap1-eth0
I want to then take this data and create a text snippet that looks like this below.
"
!
interface Gig7/24
switchport access vlan 710
desc idsr4ap1-eth0
!
"
Anyone have any ideas that can help me out?