KannanGanesan Newbie

Joined: 10 Jun 2009 Posts: 4
|
Posted: Thu Jun 11, 2009 4:04 am Post subject: Prompt the user to select a cell (Calc - SB) |
|
|
From my calc macro in Star Basic I want to prompt the user to select a cell and then get the cell-address as return value. Is this possible? Please help me with code .
| Code: |
'Equivalent code in MS Excel VBA
Set rng = Application.InputBox(Title:="Select the text", _
prompt:="Selected range", Default:=Range("C44:E44").Address, Type:=8)
|
_________________ Kannan |
|