Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Supose that i have a worksheet called sheetTst that has a function called GetNumber In my excel app i create severeal worksheets dinamically of that type. How can i call GetNumber of a worksheet i have just created? regards Jorge |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Functions aren't on a worksheet, they are used on a worksheet. You should be
able to call it from any sheet. -- __________________________________ HTH Bob "Jorge Ribeiro" wrote in message ... Hello Supose that i have a worksheet called sheetTst that has a function called GetNumber In my excel app i create severeal worksheets dinamically of that type. How can i call GetNumber of a worksheet i have just created? regards Jorge |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Do you mean you want the code for the CALL adding to the worksheet code module? or populating a cell with the function?, if you store the UDF in a standard module then you can simply use the function on any worksheet as normalBob Phillips;192086 Wrote: Functions aren't on a worksheet, they are used on a worksheet. You should be able to call it from any sheet. -- __________________________________ HTH Bob "Jorge Ribeiro" wrote in message ... Hello Supose that i have a worksheet called sheetTst that has a function called GetNumber In my excel app i create severeal worksheets dinamically of that type. How can i call GetNumber of a worksheet i have just created? regards Jorge -- The Code Cage Team Regards, The Code Cage Team 'The Code Cage' (http://www.thecodecage.com) ------------------------------------------------------------------------ The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=52928 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to call a worksheet (as a function) | Excel Discussion (Misc queries) | |||
Identifying the worksheet and cell that contains a function call | Excel Programming | |||
how to make sure which worksheet call the function | Excel Programming | |||
can I call a worksheet function from within vba? | Excel Programming | |||
how to call a function with variance which is function Name | Excel Programming |