View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
nath nath is offline
external usenet poster
 
Posts: 57
Default list of commands for excel? where?


-----Original Message-----
Is there a list of commands that excel recognizes and how

do I get to
it? I need a method that gets me the row that a cell is

in when I tell
it a cell. I don't want to have to keep poasting here

for silly
things like this. So where can I look this up?


---
Message posted from http://www.ExcelForum.com/

.
try where strCell is your cell address


range(strCell).select
col_num = activecell.column

nath