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)
AMINE EL MOUATAMID
AMINE EL MOUATAMID el 4 de Mayo de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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
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.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by