Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 211
Default AUTOCOMPLETION FOR UDFs

Any sample of code which helps in displaying the UDFs in an addin as well
alongwith other formulas when a cell is partially filled?

Looking forward for all your help.
--
Thanx in advance,
Best Regards,

Faraz
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default AUTOCOMPLETION FOR UDFs


What do you mean by a partially filled cell?

What language are you writting the Add-In? Can you explain in a
little more detail?


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=164981

Microsoft Office Help

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 211
Default AUTOCOMPLETION FOR UDFs

Sorry to reply you late Joel!
Actually it was day off due to Christmas yesterday!
However, what I meant was that when you type only "=VL" the excel recognizes
that you are inserting the VLOOKUP function and also gives you the option to
select similar formulas in form of a supertip list.
However, such a feature does not work for a UDF designed in an addin made by
yourself.
How to have your UDF be listed in the same way?
--
Thanx in advance,
Best Regards,

Faraz


"joel" wrote:


What do you mean by a partially filled cell?

What language are you writting the Add-In? Can you explain in a
little more detail?


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=164981

Microsoft Office Help

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default AUTOCOMPLETION FOR UDFs



Did you try the evaluate method. Any worksheet function can be put into
the Evaluate by leaving off the equal sigh)


=sum(A1:B5")


VBA
results = Evaluate("Sum(A1:B5"))


If you have a string in the formula you must in clude the double
quotes

=if(A1="Total",True,False)

VBA
results = Evaluate("If(A1=""Total"",True,False)")


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=164981

Microsoft Office Help

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
Registering UDFs Kevin Beckham[_3_] Excel Programming 0 June 26th 07 11:21 AM
UDFs DoctorG Excel Programming 3 July 5th 05 01:49 PM
VBA, UDFs and VSTO Terence Craig Excel Programming 3 October 25th 04 07:57 AM
'portable' UDFs??? whelanj[_7_] Excel Programming 1 July 9th 04 01:13 PM
autocompletion of cell input based on databse list Pal Excel Programming 1 February 27th 04 04:33 AM


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