Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default combo box codes

I have several combo boxes that are used to feed diffirent
revenue scenarios.

These scenarios are used by a PivotTable. I want to have
the pivot table refresh automatically everytime a user
clicks and or chooses a value from any of the pull-down
menues from combo-boxes.

What I have now is:
Private Sub Worksheet_selectionChange(ByVal Target As
Range)
ActiveSheet.PivotTables
("PivotTable2").RefreshTable
End Sub
but this only works if the user clicks on a worksheet cell
after wards.
Any help?
Thanks
Thrava
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default combo box codes

Use the click event of the combobox.

--
regards,
Tom Ogilvy

thrava wrote in message
...
I have several combo boxes that are used to feed diffirent
revenue scenarios.

These scenarios are used by a PivotTable. I want to have
the pivot table refresh automatically everytime a user
clicks and or chooses a value from any of the pull-down
menues from combo-boxes.

What I have now is:
Private Sub Worksheet_selectionChange(ByVal Target As
Range)
ActiveSheet.PivotTables
("PivotTable2").RefreshTable
End Sub
but this only works if the user clicks on a worksheet cell
after wards.
Any help?
Thanks
Thrava



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default combo box codes

Hi Tom,
Can you explain a bit more please.
I'm a novice at this.
Thanks


-----Original Message-----
Use the click event of the combobox.

--
regards,
Tom Ogilvy

thrava wrote in

message
...
I have several combo boxes that are used to feed

diffirent
revenue scenarios.

These scenarios are used by a PivotTable. I want to

have
the pivot table refresh automatically everytime a user
clicks and or chooses a value from any of the pull-down
menues from combo-boxes.

What I have now is:
Private Sub Worksheet_selectionChange(ByVal Target As
Range)
ActiveSheet.PivotTables
("PivotTable2").RefreshTable
End Sub
but this only works if the user clicks on a worksheet

cell
after wards.
Any help?
Thanks
Thrava



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default combo box codes

If the combobox is from the control toolbox toolbar, leave the sheet in
design mode and double click on the control

This should put you in the click event. This fires when a selection is
made.

If it is from the forms toolbar, the right click on the control and select
assign macro. The assigned macro will run when a selection is made.

If it is a dropdown using data validation with the list option, then you can
use the change event in xl2000 and later. This is the normal sheet change
event.

If you don't know about events, look at
http://www.cpearson.com/excel/events.htm


Basic information about activeX control from the MSForms 2.0 library
(control toolbox toolbar controls)
http://support.microsoft.com/?id=168067
XL97: WE1163: "Visual Basic Examples for Controlling UserForms"

--
regards,
Tom Ogilvy


thrava wrote in message
...
Hi Tom,
Can you explain a bit more please.
I'm a novice at this.
Thanks


-----Original Message-----
Use the click event of the combobox.

--
regards,
Tom Ogilvy

thrava wrote in

message
...
I have several combo boxes that are used to feed

diffirent
revenue scenarios.

These scenarios are used by a PivotTable. I want to

have
the pivot table refresh automatically everytime a user
clicks and or chooses a value from any of the pull-down
menues from combo-boxes.

What I have now is:
Private Sub Worksheet_selectionChange(ByVal Target As
Range)
ActiveSheet.PivotTables
("PivotTable2").RefreshTable
End Sub
but this only works if the user clicks on a worksheet

cell
after wards.
Any help?
Thanks
Thrava



.



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
linking a form combo box... results from the combo box to another Trey Excel Discussion (Misc queries) 1 July 15th 07 01:58 AM
combo reference on another combo box for picking address etc. kbjin Excel Worksheet Functions 1 December 8th 06 03:29 PM
In Excel I need to set up a combo box based on another combo box. donna_ge Excel Discussion (Misc queries) 2 March 29th 06 03:26 PM
"Combo Box - getting control combo box to stick in place in worksh ajr Excel Discussion (Misc queries) 1 February 16th 05 02:05 AM
"Combo Box - getting control combo box to stick in place in worksh ajr Excel Discussion (Misc queries) 0 February 15th 05 07:45 PM


All times are GMT +1. The time now is 12:08 PM.

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

About Us

"It's about Microsoft Excel"