Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Ella Campbell   on Oct 12 In MS Office Category.

  
Question Answered By: Raju Srinivas   on Oct 12

It's generally not a problem to just add  another parameter  and then in
the function  call on the sheet point it at a specific cell.

For example, if the function is...

Function fncMyFunction(sp1 As String, bl2 As Boolean)
MsgBox sp1
MsgBox bl2
End Function

Then this...
=fncMyFunction("Test",C1)
....in A1 and TRUE in C1 will report "Test" and TRUE.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on User Function - is optional calculation possibe? Or get search suggestion and latest updates.


Tagged: