I have been trying to use excel to generate commands so that I can paste then into a Cisco switch. I want to enter a command and the have a carriage return and then enter "Y" and then another carriage return. The command needs to be entered (carriage return) and then the WLC ask to reboot the device (y/n) and I want to enter y then carriage return. I've tried using the CHAR(13),CHAR(10) and trying to use a replace or substitute. And I can't figure it out.
My cell formula i'm using is:
=CONCATENATE("config ap static-IP disable ",A1&CHAR(10)&"y"&CHAR(10)&CHAR(10))
What I want is to generate the following:
config ap static-IP disable AP-NAME
y
But when I past this into notepad, I get:
"config ap static-IP disable AP-NAME
y
"
Thanks!
My cell formula i'm using is:
=CONCATENATE("config ap static-IP disable ",A1&CHAR(10)&"y"&CHAR(10)&CHAR(10))
What I want is to generate the following:
config ap static-IP disable AP-NAME
y
But when I past this into notepad, I get:
"config ap static-IP disable AP-NAME
y
"
Thanks!