Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to use MS Office assistant in Excel instead of a drop down list.
I know when you turn assistant on and off (to often) you get a selection ballon as to weather of not you want to close or keep using it. And Inputing a range of cells in the Alerts I've done. But HOW do you get a selectable range like the one in the "Do you want to keep assistant open or hide or turn off" Baloon. Do I have to learn some programing or is something out there that does that? John Gryn |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure from your description what you are looking to do.
Do you want to be able to select a range of cells and use that range for something? Sub selectit() Set rngtouse = Application.InputBox(prompt:= _ "Select A Range", Type:=8) MsgBox "range is " & rngtouse.Address End Sub Gord Dibben MS Excel MVP On Sun, 17 Feb 2008 00:53:00 -0800, johngryn wrote: I would like to use MS Office assistant in Excel instead of a drop down list. I know when you turn assistant on and off (to often) you get a selection ballon as to weather of not you want to close or keep using it. And Inputing a range of cells in the Alerts I've done. But HOW do you get a selectable range like the one in the "Do you want to keep assistant open or hide or turn off" Baloon. Do I have to learn some programing or is something out there that does that? John Gryn |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drop down list based on other drop down list pick | Excel Discussion (Misc queries) | |||
Drop down list dependant on previous drop down list | Excel Discussion (Misc queries) | |||
How to Create a macro from drop down list (Validation List) in excel | Excel Programming | |||
My Excel drop-down list eliminates from list options chosen. Help | Excel Programming | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |