Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know if a cell can be identified in x,y coordinates such as Range("x,y"). Where as Range("1,1") would be cell A1.
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the Cells property. E.g.,
Worksheets("Sheet1").Cells(1,2) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "FutureWiz" wrote in message ... Does anyone know if a cell can be identified in x,y coordinates such as Range("x,y"). Where as Range("1,1") would be cell A1. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the reply, have been looking at some other solutions as well. ie. Range("RxCy") where x and y are real numbers being minipulated by loop. Will this work?
|
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No, that will not work. Use the Cells property.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "FutureWiz" wrote in message ... Thanks for the reply, have been looking at some other solutions as well. ie. Range("RxCy") where x and y are real numbers being minipulated by loop. Will this work? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell identification for a 'lookup' | Excel Worksheet Functions | |||
Identification of "<" character at beginning of cell | Excel Worksheet Functions | |||
identification of cell that exceed certain number of characters | Excel Programming | |||
Converting MouseDown Coordinates to Chart Point Coordinates | Excel Programming | |||
Screen Coordinates of a given cell in XL | Excel Programming |