Advertisement
eeperry

Get current sheet or cell(s)

Sep 29th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Sub Last()
  2.    oSheet=thiscomponent.getcurrentcontroller.activesheet
  3.    oCell = ThisComponent.getCurrentSelection()
  4.    oCell.SetString("oops")
  5. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement