Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default list of commands for excel? where?

Is there a list of commands that excel recognizes and how do I get t
it? I need a method that gets me the row that a cell is in when I tel
it a cell. I don't want to have to keep poasting here for sill
things like this. So where can I look this up

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default list of commands for excel? where?

Press F2 when in VBA. It gives the object model

As for your question, try:

activecell.row
selection.row



"Spork Rhonewood " wrote in
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/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
List of VBA Commands/Operators for Excel 2003 SP3 MichaelRobert Excel Worksheet Functions 2 September 18th 09 07:14 PM
List of Excel Menu Commands Alex Excel Discussion (Misc queries) 2 December 29th 08 11:06 PM
Is there a comparison list of commands? (Excel 2003 vs 2007) dustyr Excel Discussion (Misc queries) 2 August 17th 07 03:28 PM
Is there a comparison list of commands? (Excel 2003 vs 2007) Duke Carey Excel Discussion (Misc queries) 2 August 17th 07 01:59 AM
List of Excel DDE commands Hari Excel Programming 2 August 24th 04 12:09 AM


All times are GMT +1. The time now is 05:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"