I am running a Powershell script with an XLSx function where I get output from multiple script and
the output are stored in seprate worksheets. In 2 of my worksheets I have row name for each column, I have managed to remove (blank) the duplicate row value. Now I am looking to merge those cells whose colA rows are blank. I understand that we need to specify
the range for the cells to be merge. Is it possible to merge without specifying a range?
↧