LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default help References in a User Function

Hi gang.

I am stuck on asomething that has become quite curly. Yet it seems
like it should be 'obvious'. I

The VBA code itself: "Highlight( )" works great. Except in the
specific context I _want_. This is what I want to do.

I have a user function that takes a cell reference (As Range). I want
to change the display attributes of the range given. For simplicity
conside the simple example below. The Sub works and the Function does
not work.

Can someone point me to a place that explains what I need to do so I
can use the Range from within the Function. My debugging message boxes
all reprot that "thisRange" is a range, and good to go.

Except that it doesn't "work" via the function.


Thanks in advance,
Will.

==========================[ example ]============


Function setHighlight( thisRange As Range )

Call Highlight( thisRange )

End Function

'-----------------

Sub macroHighlight( thisRange As Range )

Call Highlight( thisRange )

End Sub

'-----------------

 
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
Excel - User Defined Function Error: This function takes no argume BruceInCalgary Excel Programming 3 August 23rd 06 08:53 PM
Need to open the Function Arguments window from VBA for a user defined function. [email protected] Excel Programming 0 June 20th 06 03:53 PM
Have end user add missing references without accessing the vba pro Mariano B. Excel Programming 1 March 8th 06 08:51 PM
How to create a function using references Freeman Excel Worksheet Functions 1 January 21st 06 08:32 PM
User-Defined Function pre-empting Built-in Function? How to undo???? MarWun Excel Programming 1 August 6th 03 09:31 PM


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