Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default ComboBox Control on Worksheet

Hi All,

I have added a combobox to a worksheet but it doesn't seem to show up
in the VBA editor in the auto help/fill. I can't even reference it by
typing the name any where in the code. Am I missing something? Thanks
for any help.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default ComboBox Control on Worksheet

On May 14, 11:39 am, wrote:
Hi All,

I have added a combobox to a worksheet but it doesn't seem to show up
in the VBA editor in the auto help/fill. I can't even reference it by
typing the name any where in the code. Am I missing something? Thanks
for any help.


Nevermind!!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default ComboBox Control on Worksheet

Jason,

If you are referencing it from ThisWorkbook or a user module, you will need
to include the name of the Sheet Object. For example, if it is embedded in
Sheet1 then it would be Sheet1.ComboBox1 (or the specific name of your combo
box control).

You should see the name directly if you are referencing it from the Sheet
object that has the control.

hope that helps,
dan




" wrote:

Hi All,

I have added a combobox to a worksheet but it doesn't seem to show up
in the VBA editor in the auto help/fill. I can't even reference it by
typing the name any where in the code. Am I missing something? Thanks
for any help.


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
form control combobox Gail Excel Discussion (Misc queries) 7 October 2nd 09 07:27 PM
Control ToolBox ComboBox Steve D Excel Discussion (Misc queries) 1 July 1st 09 05:17 PM
Dim CTL as MSForms.Control always sets as Control/Combobox Post Tenebras Lux Excel Programming 2 August 11th 06 06:51 AM
combobox control how to's? Linn Kubler Excel Programming 1 May 30th 06 05:26 PM
Excel Combobox Box Control [email protected] Excel Programming 2 April 10th 06 07:48 AM


All times are GMT +1. The time now is 01:58 PM.

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"