Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Combobox: Autoload property: WTH is it???


I have run searches in Excel help, Microsoft corporate web site and
Google. No where can I find what the heck this presumed property that
appears in the options box for a combobox does. I would really like to
know, and also, why is MS intent on keeping it a secret???


--
brucemc
------------------------------------------------------------------------
brucemc's Profile: http://www.excelforum.com/member.php...o&userid=32871
View this thread: http://www.excelforum.com/showthread...hreadid=558932

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Combobox: Autoload property: WTH is it???


Don't worry about it.

If you open the VBA code editor and look at the VBA help pages you wil
field a section on it. It isn't relevant for something like a combobox
but in certain scenarios, you might want to slow down Excel and preloa
an ActiveX component in the background. You'd know if you needed t
use it

--
MartinShor

Software Teste
-----------------------------------------------------------------------
MartinShort's Profile: http://www.excelforum.com/member.php...fo&userid=2203
View this thread: http://www.excelforum.com/showthread.php?threadid=55893

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Combobox: Autoload property: WTH is it???

It is a property of the container of the combobox - the OLEOBJECT: (as you
can see, it is ignored by the Combobox)

Autoload Property

True if the OLE object is automatically loaded when the workbook that
contains it is opened. Read/write Boolean.

Remarks
This property is ignored by ActiveX controls. ActiveX controls are always
loaded when a workbook is opened.

For most OLE object types, this property shouldnt be set to True. By
default, the AutoLoad property is set to False for new OLE objects; this
saves time and memory when Microsoft Excel is loading workbooks. The benefit
of automatically loading OLE objects is that, for objects that represent
volatile data, links to source data can be reestablished immediately and the
objects can be rendered again, if necessary.

Example
This example sets the AutoLoad property for OLE object one on the active
sheet.

ActiveSheet.OLEObjects(1).AutoLoad = False

--
Regards,
Tom Ogilvy


"brucemc" wrote:


I have run searches in Excel help, Microsoft corporate web site and
Google. No where can I find what the heck this presumed property that
appears in the options box for a combobox does. I would really like to
know, and also, why is MS intent on keeping it a secret???


--
brucemc
------------------------------------------------------------------------
brucemc's Profile: http://www.excelforum.com/member.php...o&userid=32871
View this thread: http://www.excelforum.com/showthread...hreadid=558932


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
Combobox List - Which Property teresa Excel Programming 4 April 5th 05 05:05 PM
VBA ColumnHeads Property for ComboBox VBA Dabbler[_2_] Excel Programming 2 February 28th 05 06:55 PM
OLE Combobox MatchRequired property not working Michael Deathya Excel Programming 4 January 29th 05 11:07 PM
Combobox change property SASMan Excel Programming 1 November 30th 04 11:22 PM
Cont' Value and Text Property of Combobox augustus Excel Programming 0 November 1st 04 10:18 PM


All times are GMT +1. The time now is 08:02 AM.

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"