Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default List Fill Range Property

I have a few different comboBoxes where I can't seem to get the input range to stay. I have put the cell range in the ListFillRange Property but it doesn't always work. The combobox will be blank, but the LFR property will still say the range of cells I told it. This is driving me nuts!

Jeff
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 340
Default List Fill Range Property

Jeff, most likely the userform has been loaded (shown) and then closed by
the user clicking on the X in the upper right corner. This does more than
just hide a form. It unloads list and combo boxes! Then, when you re-show
the form without unloading it, the lists are empty. The easy solution is to
use a statement like

Unload Userform1

before showing the form.

Bob Flanagan
Macro Systems
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"Jeff" wrote in message
...
I have a few different comboBoxes where I can't seem to get the input

range to stay. I have put the cell range in the ListFillRange Property but
it doesn't always work. The combobox will be blank, but the LFR property
will still say the range of cells I told it. This is driving me nuts!

Jeff



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
what is the alternative for PlotArea.Fill. Fill property is hidden srinivas Tirumala[_2_] New Users to Excel 1 September 4th 09 09:36 PM
Range Resize property jacqui[_2_] Excel Programming 7 February 24th 04 06:11 PM
ComboBox List Fill Range Dan Excel Programming 3 December 3rd 03 04:56 PM
using a range with isnumber property chick-racer[_33_] Excel Programming 2 November 12th 03 06:53 PM
offset property to define range Art[_5_] Excel Programming 2 October 24th 03 08:31 PM


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