Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default what's wrong with my friend ?

On Tue, 6 Mar 2007 09:47:15 -0800, Gary''s Student
wrote:

Thanks Jim.

VBA Help was strangely silent on the topic of friend.


When I put my cursor on "friend", and selected F1, HELP for Friend popped up.

Friend


Modifies the definition of a procedure in a form module or class module to make
the procedure callable from modules that are outside the class, but part of the
project within which the class is defined. Friend procedures cannot be used in
standard modules.

Syntax

[Private | Friend | Public] [Static] [Sub | Function | Property] procedurename

The required procedurename is the name of the procedure to be made visible
throughout the project, but not visible to controllers of the class.

Remarks

Public procedures in a class can be called from anywhere, even by controllers
of instances of the class. Declaring a procedure Private prevents controllers
of the object from calling the procedure, but also prevents the procedure from
being called from within the project in which the class itself is defined.
Friend makes the procedure visible throughout the project, but not to a
controller of an instance of the object. Friend can appear only in form modules
and class modules, and can only modify procedure names, not variables or types.
Procedures in a class can access the Friend procedures of all other classes in
a project. Friend procedures don't appear in the type library of their class. A
Friend procedure can't be late bound.

--ron
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
trying to help a friend new2this New Users to Excel 1 May 6th 07 07:56 AM
A Little Favor for a Friend CompuWhiz Excel Programming 5 January 23rd 07 12:17 AM
combined HLOOKUP (urgent for a friend) tom ossieur Excel Worksheet Functions 6 August 9th 06 03:56 PM
Can't think tonight - for a friend, can you help? a Excel Programming 1 February 9th 05 07:05 AM
just broke up with girl friend we had puter together daniel_in_despert_need_of_excel Excel Programming 2 December 6th 04 04:24 AM


All times are GMT +1. The time now is 03:24 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"