Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please let me know how I can call subfunction from a function
With thanks Pol |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=AVERAGE(SUM(A1:A20),SUM(D3:D4))
-- Gary''s Student - gsnu200807 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the reply
I have a two function 1. itemprice() 2. sizeonly() I want to call sizeonly() from itemprice sub itemprice Here I have to call sizeonly() end sub with thanks Pol "Gary''s Student" wrote: =AVERAGE(SUM(A1:A20),SUM(D3:D4)) -- Gary''s Student - gsnu200807 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Sub Itemprice() some code call sizeonly continue with more code End sub When sizeonly finishes, it will return to the next line in the calling sub. -- Regards Roger Govier "pol" wrote in message ... Thanks for the reply I have a two function 1. itemprice() 2. sizeonly() I want to call sizeonly() from itemprice sub itemprice Here I have to call sizeonly() end sub with thanks Pol "Gary''s Student" wrote: =AVERAGE(SUM(A1:A20),SUM(D3:D4)) -- Gary''s Student - gsnu200807 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanks
"Roger Govier" wrote: Hi Sub Itemprice() some code call sizeonly continue with more code End sub When sizeonly finishes, it will return to the next line in the calling sub. -- Regards Roger Govier "pol" wrote in message ... Thanks for the reply I have a two function 1. itemprice() 2. sizeonly() I want to call sizeonly() from itemprice sub itemprice Here I have to call sizeonly() end sub with thanks Pol "Gary''s Student" wrote: =AVERAGE(SUM(A1:A20),SUM(D3:D4)) -- Gary''s Student - gsnu200807 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a do not call function? | Excel Discussion (Misc queries) | |||
Don't know what to call the type of function I need | Excel Worksheet Functions | |||
how can i call sub or function in vba code | Excel Discussion (Misc queries) | |||
Custom Function Call | Excel Discussion (Misc queries) | |||
how i can call the function | Excel Worksheet Functions |