Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How can I work on many ranges in the same time
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to use the function SetBorders to many ranges not on an excel file
SetBorders(sheet1,'H','P',startRange,endRange);
SetBorders(sheet1,'E','P',startRange,startRange);
it works when I call the function for every range
but I want to call the function just one time, so how can I give this function many ranges ?
1 comentario
Walter Roberson
el 5 de Mayo de 2019
This does not appear to be a MATLAB question.
SetBoarders appears to be a method for Excel worksheet Cells object. It is not a MATLAB function. It appears to work on a cell collection, but it is not obvious that what-ever SetBorders you have found is working on cell collections.
Respuestas (0)
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!