Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How do I determine a Function's callling Row Number.

Same as the last time you asked.

dim rng as Range
set rng = application.Caller
myrow = rng.row

--
Regards,
Tom Ogilvy

"Mac Lingo" wrote in message
link.net...
I need to know what ROW a Function is called from.

I am copying a Row with this function call in it to many Rows. The

function
has to act on the data in the called row.

The ACTIVECELL pointer stays constant over all the calls, so that isn't
useful. I suppose I could generate a Column of Row Numbers and pass that

in
the actual function call, ...

But isn't there a more elegant solution?

Thanks,
Mac Lingo




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
use function to change a string to function's parameter ViestaWu Excel Worksheet Functions 3 November 21st 07 12:42 PM
Cells display function's text rather than its results tonerowlabs Excel Discussion (Misc queries) 4 July 8th 06 12:47 PM
A correct IF function doesn't show the function's result in cell Michael Excel Discussion (Misc queries) 1 April 10th 06 09:10 AM
want sumif function's range to evaluate 2 columns Debgala Excel Worksheet Functions 7 November 6th 05 03:46 AM
Updating a Function's Result Syed Zeeshan Haider[_5_] Excel Programming 8 December 6th 03 09:32 PM


All times are GMT +1. The time now is 04:07 PM.

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

About Us

"It's about Microsoft Excel"