Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a vba form that I want to position over particular cells when they are
selected. How can I get the x,y coordinates of a particular cell in reference to the screen? Thanks, ACFalcon |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 6, 11:38 am, ACFalcon
wrote: I have a vba form that I want to position over particular cells when they are selected. How can I get the x,y coordinates of a particular cell in reference to the screen? Thanks, ACFalcon This might help. Every cell has a position Column A=1 B=3 C=4 etc. and then Rows are numbered already the syntacs is Cells(row,column). |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Have a look at Chip Pearson's page on the subject. http://www.cpearson.com/excel/FormPosition.htm Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "ACFalcon" wrote in message ... I have a vba form that I want to position over particular cells when they are selected. How can I get the x,y coordinates of a particular cell in reference to the screen? Thanks, ACFalcon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell that is below given coordinates | Excel Programming | |||
Convert point coordinates - pixel coordinates | Excel Programming | |||
Simple way to convert UTM ED50 coordinates to decimal coordinates? | Excel Programming | |||
Converting MouseDown Coordinates to Chart Point Coordinates | Excel Programming | |||
Screen Coordinates of a given cell in XL | Excel Programming |