Friendz...Good morning to all
I need a macro coding for the below requirement.
I have a entries in a continuous rows in sheet1 as like below
S.no IP Code1 Code2
1 221.135.254.168 edit "221.135.254.168" set subnet 221.135.254.168
2 221.135.254.169 edit "221.135.254.169" set subnet 221.135.254.169
3 221.135.254.170 edit "221.135.254.170" set subnet 221.135.254.170
I wanted the above entries to be written in sheet2 as follows
S.no Column1 Column2
1 221.135.254.168 edit "221.135.254.168"
set subnet 221.135.254.168
2 221.135.254.169 edit "221.135.254.169"
set subnet 221.135.254.169
3 221.135.254.170 edit "221.135.254.170"
set subnet 221.135.254.170
Can anyone help me out with a macro code to fulfill my requirement.
I need a macro coding for the below requirement.
I have a entries in a continuous rows in sheet1 as like below
S.no IP Code1 Code2
1 221.135.254.168 edit "221.135.254.168" set subnet 221.135.254.168
2 221.135.254.169 edit "221.135.254.169" set subnet 221.135.254.169
3 221.135.254.170 edit "221.135.254.170" set subnet 221.135.254.170
I wanted the above entries to be written in sheet2 as follows
S.no Column1 Column2
1 221.135.254.168 edit "221.135.254.168"
set subnet 221.135.254.168
2 221.135.254.169 edit "221.135.254.169"
set subnet 221.135.254.169
3 221.135.254.170 edit "221.135.254.170"
set subnet 221.135.254.170
Can anyone help me out with a macro code to fulfill my requirement.