|
-
Feb 14th, 2000, 05:23 PM
#1
Thread Starter
Junior Member
Dear VB users,
I have a problem the find out what is selected in Excel.
- Opening Excel sheet in VB5,
- select a area,
- with Alt Tab back to the VB5 program,
- ?
Is it now possible that the VB5 program can find out the selection.
If yes, can somebody tell me how??
Nice regards,
Ingrid
-
Feb 14th, 2000, 09:23 PM
#2
Hyperactive Member
Hi,
ActiveCell.Row for the selected cell's row.
ActiveCell.Column for the selected cell's column.
ActiveCell.Value for the data in the selected cell. etc.
Al.
------------------
A computer is a tool, not a toy.
<A HREF="mailto:[email protected]
[email protected]">[email protected]
[email protected]</A>
-
Feb 16th, 2000, 09:30 PM
#3
Thread Starter
Junior Member
I can find only the top left coordinate, also needed is the bottom right coordinate, do you know the source?
ingrid
-
Feb 18th, 2000, 06:55 AM
#4
Addicted Member
I try activecell.row but I get a error that that Object doesn't support this property or method '438'
-
Feb 19th, 2000, 06:21 AM
#5
Addicted Member
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
|