why won’t is sub except a single letter as a input, It returns zero
sub nnn
oActiveSheet = ThisComponent.getCurrentController().getActiveSheet()
ThisSheet = oActiveSheet
dim b as variant
for a = 1 to 7
b = ThisSheet.getCellByPosition(a + 23 , 35).getValue
ThisSheet.getCellByPosition(a + 23 , 33).setValue(b)
next
End Sub
Tks for any help in advance
