PC Review


Reply
Thread Tools Rate Thread

determine row where activex control is placed

 
 
=?Utf-8?B?amlncyBk?=
Guest
Posts: n/a
 
      24th Jan 2007
hi all,

i m creating dynamic list boxes in excel sheet. now on the selection of the
item of the list box i want to pouplate cells in the same row.
how can i do it?

jigs D
 
Reply With Quote
 
 
 
 
NickHK
Guest
Posts: n/a
 
      24th Jan 2007
Here's one way:

Dim LBox As OLEObject

Set LBox = ActiveSheet.OLEObjects.Add(ClassType:="Forms.ListBox.1",
Link:=False, _
DisplayAsIcon:=False, Left:=278.25, Top:=283.5, Width:=117, Height:=
33)

MsgBox LBox.TopLeftCell.Address

NickHK

"jigs d" <(E-Mail Removed)> wrote in message
news:E69410FF-F947-45A0-A167-(E-Mail Removed)...
> hi all,
>
> i m creating dynamic list boxes in excel sheet. now on the selection of

the
> item of the list box i want to pouplate cells in the same row.
> how can i do it?
>
> jigs D



 
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
publish activeX combobox and other activeX control =?Utf-8?B?aXJlbmUgYw==?= Microsoft Excel Programming 0 19th Mar 2007 07:19 AM
ActiveX Control prompt "An ActiveX control on this page might be u =?Utf-8?B?UmFodWw=?= Windows Vista General Discussion 2 1st Aug 2006 05:08 PM
Compilation failed while compling window user control which takes reference of Activex control ashish_gokhale Microsoft ASP .NET 0 5th May 2005 02:36 PM
Creating ActiveX control Within activeX Control Vinay Chopra Microsoft VC .NET 1 17th Jan 2005 03:41 PM
Control-N MainMenu shortcut weirdness with ActiveX Browser control Tom W Microsoft C# .NET 0 20th Jan 2004 05:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:46 AM.