Hi,
This may be a VBA operation, I have a 90,000 line config file, which is similar to a c/powershell/code.
Ex:
function1{
blah{
blah{
}
}
}
function2{
blah{
blah{
}
}
}
function3{
blah{
blah{
}
}
}
function4{
blah{
blah{
}
}
}
I want to move each function to a worksheet in excel and name hte worksheet with the function name.
I am not sure where to start on this, I am familiar with scripting but this is the first time I am trying to do it in excel.
Any directions on where to start will greatly help. Thank you in advance for the info.
This may be a VBA operation, I have a 90,000 line config file, which is similar to a c/powershell/code.
Ex:
function1{
blah{
blah{
}
}
}
function2{
blah{
blah{
}
}
}
function3{
blah{
blah{
}
}
}
function4{
blah{
blah{
}
}
}
I want to move each function to a worksheet in excel and name hte worksheet with the function name.
I am not sure where to start on this, I am familiar with scripting but this is the first time I am trying to do it in excel.
Any directions on where to start will greatly help. Thank you in advance for the info.