|
-
Oct 19th, 2008, 10:02 AM
#1
Thread Starter
Lively Member
MouseDown Event in Excel.
Friends,
I have a requirement like this.I have an Excel file having 4 columns and about 50 rows.Also I have a Flexgrid with 4 columns and 10 rows in a form.I wanted to know whether, is there any event like "MouseDown" for cells in Excel, so that when the user clicks any row of Excel sheet then the values in columns 1,2,3 and 4 of that row should be loaded into columns 1,2,3 and 4 of a free row in Flexgrid respectively.Please help me to do this. Thanks in Adavance.
-
Oct 19th, 2008, 10:10 AM
#2
Re: MouseDown Event in Excel.
I don't that is doable...
-
Oct 19th, 2008, 06:03 PM
#3
Re: MouseDown Event in Excel.
This may be very annoy to users but if you want you can use the event
Worksheet_SelectionChange(ByVal Target As Range)
where r = Target.Row is the first row number of the selection range.
Mod, This thread should be in OD.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|