How do I make vba code compatible with libre office

前端 未结 5 1763
有刺的猬
有刺的猬 2021-01-01 22:43

I have recently migrated to pclinuxos from windows and seem to like it. The only problem I am facing is that libreoffice, the default spreadsheet package is not compatible w

5条回答
  •  天涯浪人
    2021-01-01 23:36

    Selection.SpecialCells(xlBlanks).Delete shift:=xlToLeft deletes blank cells if I'm not mistaken

提交回复
热议问题