Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 72
Default Combo Box enable and disable

Hi all,

I wanted to enable or disable a Form combo box in my worksheet with the help
of a boolean value (0 or 1). So, is it possible to do like this with excel
functions (without VBA Macro).

Please give me solution if anybody knows.

Regards
Vinod
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Combo Box enable and disable

Assume the source for the combo box is a named range called MyList.

Cell A1 will contain either a 1 or 0. This can be generated by a formula.

Create this named formula:

Goto the menu InsertNameDefine
Name: List
Refers to: =IF(Sheet1!$A$1,MyList)
OK

As the source for the combo box enter List.

--
Biff
Microsoft Excel MVP


"Vinod" wrote in message
...
Hi all,

I wanted to enable or disable a Form combo box in my worksheet with the
help
of a boolean value (0 or 1). So, is it possible to do like this with excel
functions (without VBA Macro).

Please give me solution if anybody knows.

Regards
Vinod



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 72
Default Combo Box enable and disable

Its fine, But my requirement is not to allow the user to click on combo box.
I mean to say disalbe is, like how we are unable to select past option
without selecting copy option prior to it, this case past option is in
disabled state.

Once again my requirement is Combo box should be in disabled state based on
a boolean value (0 or 1)


"T. Valko" wrote:

Assume the source for the combo box is a named range called MyList.

Cell A1 will contain either a 1 or 0. This can be generated by a formula.

Create this named formula:

Goto the menu InsertNameDefine
Name: List
Refers to: =IF(Sheet1!$A$1,MyList)
OK

As the source for the combo box enter List.

--
Biff
Microsoft Excel MVP


"Vinod" wrote in message
...
Hi all,

I wanted to enable or disable a Form combo box in my worksheet with the
help
of a boolean value (0 or 1). So, is it possible to do like this with excel
functions (without VBA Macro).

Please give me solution if anybody knows.

Regards
Vinod




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Combo Box enable and disable

Not possible

--


Regards,


Peo Sjoblom


"Vinod" wrote in message
...
Its fine, But my requirement is not to allow the user to click on combo
box.
I mean to say disalbe is, like how we are unable to select past option
without selecting copy option prior to it, this case past option is in
disabled state.

Once again my requirement is Combo box should be in disabled state based
on
a boolean value (0 or 1)


"T. Valko" wrote:

Assume the source for the combo box is a named range called MyList.

Cell A1 will contain either a 1 or 0. This can be generated by a formula.

Create this named formula:

Goto the menu InsertNameDefine
Name: List
Refers to: =IF(Sheet1!$A$1,MyList)
OK

As the source for the combo box enter List.

--
Biff
Microsoft Excel MVP


"Vinod" wrote in message
...
Hi all,

I wanted to enable or disable a Form combo box in my worksheet with the
help
of a boolean value (0 or 1). So, is it possible to do like this with
excel
functions (without VBA Macro).

Please give me solution if anybody knows.

Regards
Vinod






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
File opens with Enable or Disable Macro animalfriend7 Excel Discussion (Misc queries) 1 November 8th 06 04:29 PM
enable/disable macro RICK Excel Discussion (Misc queries) 4 June 15th 06 07:55 PM
Bypassing ENABLE/DISABLE MACROS message Excel4u Excel Discussion (Misc queries) 1 December 7th 05 04:05 PM
Enable/Disable macros Adam Excel Discussion (Misc queries) 2 March 11th 05 10:29 AM
Enable/Disable Macros Ben Schaum Excel Discussion (Misc queries) 1 January 21st 05 03:42 PM


All times are GMT +1. The time now is 05:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"