Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling a VBA function inside a BO Report

Status
Not open for further replies.

srobiolle

IS-IT--Management
Joined
Mar 26, 2003
Messages
21
Location
FR
Hi,

I Have wrote a sample function in vba :
function TEST (i as integer) as string
test=str(i)
end function

and would like to call it from a cell :
=TEST(1)

Of course, it doesnt' work. Any ideas ?

Thanks,
Stéphane


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top