Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how do I overcome this combobox 'bug'?

I have a combobox in a userform1. in __Private Sub UserForm_Initialize()__, I
defined the field and row for the Control Source and Row Source. The contents
of the row source, for instance are the following: bed, ted, med, jed. RUN
USERFORM, select any one of the four words in the combobox and tab to the
next control on the form. Now go back to the combobox that has one of the
four words and highlight only the first letter of the word and change it to
any of the other first letters of the remaining words and tab to the next
control. When I look at the control source that I have set up on a worksheet,
I see that the value of the combobox did not change. If I highlight the whole
word and reenter one of the remaining words then the control source will
change. If I highlight two letters, the control source will change. But for
some reason, if I only highlight and change the first letter of the word in
the combobox, the control source will not change. I have changed several of
the properties of the combobox and have tried several of the event handlers
but nothing seems to help. Is this a built-in bug or is there a solution to
this problem?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default how do I overcome this combobox 'bug'?

Worked for me as expected. I tried it with Calculation set to Manual and
Automatic. But I could not replicate your issue I'm afraid.

"Paul D." wrote:

I have a combobox in a userform1. in __Private Sub UserForm_Initialize()__, I
defined the field and row for the Control Source and Row Source. The contents
of the row source, for instance are the following: bed, ted, med, jed. RUN
USERFORM, select any one of the four words in the combobox and tab to the
next control on the form. Now go back to the combobox that has one of the
four words and highlight only the first letter of the word and change it to
any of the other first letters of the remaining words and tab to the next
control. When I look at the control source that I have set up on a worksheet,
I see that the value of the combobox did not change. If I highlight the whole
word and reenter one of the remaining words then the control source will
change. If I highlight two letters, the control source will change. But for
some reason, if I only highlight and change the first letter of the word in
the combobox, the control source will not change. I have changed several of
the properties of the combobox and have tried several of the event handlers
but nothing seems to help. Is this a built-in bug or is there a solution to
this problem?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default how do I overcome this combobox 'bug'?

I'm on Excel 2002 & SP3

"Patrick Molloy" wrote:

Worked for me as expected. I tried it with Calculation set to Manual and
Automatic. But I could not replicate your issue I'm afraid.

"Paul D." wrote:

I have a combobox in a userform1. in __Private Sub UserForm_Initialize()__, I
defined the field and row for the Control Source and Row Source. The contents
of the row source, for instance are the following: bed, ted, med, jed. RUN
USERFORM, select any one of the four words in the combobox and tab to the
next control on the form. Now go back to the combobox that has one of the
four words and highlight only the first letter of the word and change it to
any of the other first letters of the remaining words and tab to the next
control. When I look at the control source that I have set up on a worksheet,
I see that the value of the combobox did not change. If I highlight the whole
word and reenter one of the remaining words then the control source will
change. If I highlight two letters, the control source will change. But for
some reason, if I only highlight and change the first letter of the word in
the combobox, the control source will not change. I have changed several of
the properties of the combobox and have tried several of the event handlers
but nothing seems to help. Is this a built-in bug or is there a solution to
this problem?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default how do I overcome this combobox 'bug'?

I'm using Excel XP. I made a new userform in a new workbook and replicated
this error everytime. Could it be a problem in XP?

"Patrick Molloy" wrote:

I'm on Excel 2002 & SP3

"Patrick Molloy" wrote:

Worked for me as expected. I tried it with Calculation set to Manual and
Automatic. But I could not replicate your issue I'm afraid.

"Paul D." wrote:

I have a combobox in a userform1. in __Private Sub UserForm_Initialize()__, I
defined the field and row for the Control Source and Row Source. The contents
of the row source, for instance are the following: bed, ted, med, jed. RUN
USERFORM, select any one of the four words in the combobox and tab to the
next control on the form. Now go back to the combobox that has one of the
four words and highlight only the first letter of the word and change it to
any of the other first letters of the remaining words and tab to the next
control. When I look at the control source that I have set up on a worksheet,
I see that the value of the combobox did not change. If I highlight the whole
word and reenter one of the remaining words then the control source will
change. If I highlight two letters, the control source will change. But for
some reason, if I only highlight and change the first letter of the word in
the combobox, the control source will not change. I have changed several of
the properties of the combobox and have tried several of the event handlers
but nothing seems to help. Is this a built-in bug or is there a solution to
this problem?

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how do I overcome this combobox 'bug'?

Excel 2002 is Excel XP

--
Regards,
Tom Ogilvy


"Paul D." wrote in message
...
I'm using Excel XP. I made a new userform in a new workbook and replicated
this error everytime. Could it be a problem in XP?

"Patrick Molloy" wrote:

I'm on Excel 2002 & SP3

"Patrick Molloy" wrote:

Worked for me as expected. I tried it with Calculation set to Manual

and
Automatic. But I could not replicate your issue I'm afraid.

"Paul D." wrote:

I have a combobox in a userform1. in __Private Sub

UserForm_Initialize()__, I
defined the field and row for the Control Source and Row Source. The

contents
of the row source, for instance are the following: bed, ted, med,

jed. RUN
USERFORM, select any one of the four words in the combobox and tab

to the
next control on the form. Now go back to the combobox that has one

of the
four words and highlight only the first letter of the word and

change it to
any of the other first letters of the remaining words and tab to the

next
control. When I look at the control source that I have set up on a

worksheet,
I see that the value of the combobox did not change. If I highlight

the whole
word and reenter one of the remaining words then the control source

will
change. If I highlight two letters, the control source will change.

But for
some reason, if I only highlight and change the first letter of the

word in
the combobox, the control source will not change. I have changed

several of
the properties of the combobox and have tried several of the event

handlers
but nothing seems to help. Is this a built-in bug or is there a

solution to
this problem?



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 overcome this System Error &H80004005 (-2147467259)? PK Excel Discussion (Misc queries) 0 December 17th 07 01:59 PM
Overcome LOOKUP limits and NOW() edwardpestian Excel Worksheet Functions 5 June 25th 06 06:34 PM
How to overcome LOOKUP function problems? Wendy Excel Worksheet Functions 8 August 9th 05 01:56 PM
Pivot Table - Overcome col. limit? No Name Excel Programming 4 December 30th 04 03:51 PM


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