Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Editable, Linked Combobox.

Hi,
I have a ComboBoxes linked (RowSource) to a small database with customer
names and addresses. (It's convenient to have contact and address information
filled into the calculation document.) But sometimes I want the customer
reference for an unregistred customer in my calculation and be able to write
his name in the ComboBox and it appears in my calculation document.
(The other addressfields can be omitted, I just need the customers name for
future reference).
Can it be done? I.e. to have the controlsource accept other values than the
rowsource list?
Best regards
Mats
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Editable, Linked Combobox.

It looks to me that some macro work would be required to add new records to
your database. The built-in functionality/integration of the combobox with
a worksheet seems to be pretty limited. For my money better way to go is to
try to use the built-in Data, Form feature, or for something even better
look at this from John Walkenbach:

http://www.j-walk.com/ss/dataform/index.htm

--
Jim
"Mats Samson" wrote in message
...
| Hi,
| I have a ComboBoxes linked (RowSource) to a small database with customer
| names and addresses. (It's convenient to have contact and address
information
| filled into the calculation document.) But sometimes I want the customer
| reference for an unregistred customer in my calculation and be able to
write
| his name in the ComboBox and it appears in my calculation document.
| (The other addressfields can be omitted, I just need the customers name
for
| future reference).
| Can it be done? I.e. to have the controlsource accept other values than
the
| rowsource list?
| Best regards
| Mats


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Editable, Linked Combobox.

No, that won't work.
I already have a UserForm with VBA-code taking care of all input for the
calculation.
The calculation "document" is only the printout and eventually a saved
calculation line as well (for later retrieval). For these purposes I need a
customer reference.

"Jim Rech" wrote:

It looks to me that some macro work would be required to add new records to
your database. The built-in functionality/integration of the combobox with
a worksheet seems to be pretty limited. For my money better way to go is to
try to use the built-in Data, Form feature, or for something even better
look at this from John Walkenbach:

http://www.j-walk.com/ss/dataform/index.htm

--
Jim
"Mats Samson" wrote in message
...
| Hi,
| I have a ComboBoxes linked (RowSource) to a small database with customer
| names and addresses. (It's convenient to have contact and address
information
| filled into the calculation document.) But sometimes I want the customer
| reference for an unregistred customer in my calculation and be able to
write
| his name in the ComboBox and it appears in my calculation document.
| (The other addressfields can be omitted, I just need the customers name
for
| future reference).
| Can it be done? I.e. to have the controlsource accept other values than
the
| rowsource list?
| Best regards
| Mats



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
how to make Excel linked to SQL Server 2005 worksheet editable? Permood Excel Discussion (Misc queries) 0 July 18th 08 05:06 PM
ComboBox linked to TextBox capt Excel Discussion (Misc queries) 4 February 19th 08 10:26 PM
Editable Combobox? crapit Excel Programming 0 July 6th 04 07:34 PM
Non-Editable ComboBox? NooK Excel Programming 3 June 17th 04 04:30 PM
ComboBox with an editable function bostonlady Excel Programming 3 February 12th 04 10:33 AM


All times are GMT +1. The time now is 11:31 AM.

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"