Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 905
Default What are properties of Application.Caller?

How do I find the properties/methods of Application.Caller?

When I type a period after that, there are no hints, even though I have Auto
List Members selected in Editor options, and the VBA editor does provide
hints when I type Application, for example, while I am typing.

When I open Object Browser and enter "caller" (without quotes) in the search
field, I find Caller in the list of Application members. But there is
nothing (like Range) to click on next to "Property Caller" in the lower pane
to expand the definition.

I know about Caller.Address and Caller.Worksheet.Name. I would like to
learn the other properties.

Caller seems to have some/all of the properties of Range. But I would still
like to know how to learn that other than empirically.

I am using Excel 2003 SP3 with VBA 6.5.1024.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 806
Default What are properties of Application.Caller?

Hello,

That depends on the type of it. See
http://www.cpearson.com/excel/Return...ysFromVBA.aspx
please.

Regards,
Bernd
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default What are properties of Application.Caller?

The properties, if any, depend on what did the calling. See the help files
for Caller Property... it has a decent description and example for it.

--
Rick (MVP - Excel)


"Joe User" <joeu2004 wrote in message
...
How do I find the properties/methods of Application.Caller?

When I type a period after that, there are no hints, even though I have
Auto List Members selected in Editor options, and the VBA editor does
provide hints when I type Application, for example, while I am typing.

When I open Object Browser and enter "caller" (without quotes) in the
search field, I find Caller in the list of Application members. But there
is nothing (like Range) to click on next to "Property Caller" in the lower
pane to expand the definition.

I know about Caller.Address and Caller.Worksheet.Name. I would like to
learn the other properties.

Caller seems to have some/all of the properties of Range. But I would
still like to know how to learn that other than empirically.

I am using Excel 2003 SP3 with VBA 6.5.1024.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 905
Default What are properties of Application.Caller?

"Rick Rothstein" wrote:
See the help files for Caller Property


Ding! Thanks.


----- original message -----

"Rick Rothstein" wrote in message
...
The properties, if any, depend on what did the calling. See the help files
for Caller Property... it has a decent description and example for it.

--
Rick (MVP - Excel)


"Joe User" <joeu2004 wrote in message
...
How do I find the properties/methods of Application.Caller?

When I type a period after that, there are no hints, even though I have
Auto List Members selected in Editor options, and the VBA editor does
provide hints when I type Application, for example, while I am typing.

When I open Object Browser and enter "caller" (without quotes) in the
search field, I find Caller in the list of Application members. But
there is nothing (like Range) to click on next to "Property Caller" in
the lower pane to expand the definition.

I know about Caller.Address and Caller.Worksheet.Name. I would like to
learn the other properties.

Caller seems to have some/all of the properties of Range. But I would
still like to know how to learn that other than empirically.

I am using Excel 2003 SP3 with VBA 6.5.1024.



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
application.caller Alexander Excel Programming 3 December 8th 06 11:18 PM
Application.Caller Marcelo Excel Discussion (Misc queries) 6 June 23rd 06 03:07 PM
Row = Application.Caller.Row Charles Woll Excel Worksheet Functions 8 February 28th 05 02:04 PM
Application.Caller Mark Worthington Excel Programming 9 February 12th 04 07:32 PM
DDE and application.caller help Ross Kaminsky Excel Programming 1 July 17th 03 04:17 PM


All times are GMT +1. The time now is 03:49 PM.

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"