0.マクロの一歩(「Macro 使い」への8分間 )(因みに「マクロの一歩」で記す文法はExcelのVBAとほぼ同じです。LibreOffice Basic初心者は必見です。) Cell操作 [ 取得・代入 ] CCB-)[Calc]Cellに値(数字 & 文字列 & 式)を代入する ⇔ Enter the value to the Cell [ .Value / .String / .Formula / .getByName() / getCellRangeByName() / .SetValue(,) / .SetFormula(,) / .uno:EnterString / StringName] Sub EnetrCell() Dim oDoc as Object Dim oSheet as Object oDoc = ThisComponent oSheet = oDoc.get