PC Review


Reply
Thread Tools Rate Thread

combo box in inputbox

 
 
seeker
Guest
Posts: n/a
 
      21st May 2010
Can combo boxes be used on inputbox in vb?
 
Reply With Quote
 
 
 
 
John Spencer
Guest
Posts: n/a
 
      21st May 2010
No. If you want to use a combobox or listbox you will need to build a form
and call it.

Open the form in DIALOG mode so you can stop code processing. Do not close
the form when you are finished, but set its visible property to FALSE which
will the resume running the calling code. You can grab the value from the
form and then close the form in the calling code.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County

seeker wrote:
> Can combo boxes be used on inputbox in vb?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
InputBox James8309 Microsoft Excel Programming 3 18th Jun 2008 12:06 AM
adding combo/list box to msgbox/inputbox thread Microsoft Excel Programming 1 13th Dec 2007 01:14 AM
inputbox as combo box yaniv d Microsoft Access 2 28th May 2006 10:19 AM
Inputbox with VBA =?Utf-8?B?SmVmZg==?= Microsoft Excel Misc 3 19th Jan 2006 05:18 PM
Inputbox and Application.InputBox Maria Microsoft Excel Programming 1 20th Sep 2004 11:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:47 PM.