LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
tag tag is offline
external usenet poster
 
Posts: 2
Default synchronize 2 combo boxes in Excel

Since I haven't seen any ideas posted for how to do this
in Excel, I have a second idea.

I have code for doing this in Access. I've only used code
in access. So my question is, with a little modification,
is it possible to convert my Access code to Excel?

My Access code is
Me.Products.RowSource = "Select ProductName FROM" &_
"Products WHERE CategoryID = "Me.Categories &_
"ORDER BY ProductName"
Me.Products = Me. Products.ItemData(0)

thanks for the help.
 
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
Getting Combo boxes to change options based on other Combo boxes. Ancient Wolf New Users to Excel 1 March 27th 09 06:29 PM
Selecting subsets using combo boxes or list boxes CLamar Excel Discussion (Misc queries) 0 June 1st 06 07:43 PM
Questions on combo boxes and list boxes. Marc New Users to Excel 1 March 14th 06 09:40 AM
Using Combo boxes in excel Disco[_2_] Excel Programming 0 August 28th 03 10:53 AM
Using Combo boxes in excel Kevin Smith[_3_] Excel Programming 0 August 28th 03 10:49 AM


All times are GMT +1. The time now is 11:39 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"