Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Thank you so much for helping me! I am afraid I simplified my actual Function too much. It is a bit more complicated it uses commands that only can be run on the sheet named LSheetname. So, the function does absolutely need to activate that sheet. A better way to present my function is: Function fncGetData(LSheetname As String) As Variant Worksheets(LSheetname).Select <Do specific actions on the sheet LSheetname fncGetData = <result of these actions End Function And, still, this must be working from a user defined Function in another sheet. Thanks! -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Message "user defined type not defined" | Excel Discussion (Misc queries) | |||
How do you save and share "user-defined chart type's" in Excel? | Charts and Charting in Excel | |||
How do you save and share "user-defined chart type's" in Excel? | Charts and Charting in Excel | |||
"User-defined type not defined" error when trying to send e-mail | Excel Programming | |||
Excel "Insert Formula" dialog always call my user defined function | Excel Programming |