LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 75
Default Filling a ComboBox range on focus

That solved the problem. Thank you for your help. I am good to go.

"Norman Jones" wrote:

Hi D,

Try removing the manual ListFillrange assignment
before running the code


---
Regards,
Norman



"Dkline" wrote in message
...
Thank you for your response. However I am running into a "Permission
Denied"
error. It appears I need to empty the ListFillRange before I can put in
the
new range

I've tried adding a .List = "" and a .List = " " to clear the range first.
I
get a runtime 381 "Invalid Range Array Index" error.

"Norman Jones" wrote:

Hi D,

Replace:

.List = Sheets("Foglio1").Range("A6:A20").Value

with

.List = Rng.Value


---
Regards,
Norman







 
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
Canīt set focus on OleObjects ComboBox RCL Excel Programming 1 November 25th 06 02:49 PM
Which combobox has the focus? Daniel Bonallack Excel Programming 5 June 1st 06 02:20 AM
Focus after combobox Ed Excel Programming 4 September 27th 05 01:48 PM
ComboBox and Set Focus Ming Shao[_2_] Excel Programming 1 April 28th 04 06:55 PM
Focus on combobox atkscott Excel Programming 4 November 20th 03 12:36 AM


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