Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I modify Wallenbachs UDF to show the "Worksheet
Name" of the referenced worksheet and or the fullpath? Function SHEETOFFSETNAME(offset, Ref) ' Returns cell contents at Ref, in sheet offset Application.Volatile With Application.Caller.Parent SHEETOFFSETNAME = .Parent.Sheets(.Index + offset).Range(Ref.Address).Value End With End Function Thanks.... .. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
file name and path in worksheet | Excel Discussion (Misc queries) | |||
Direct path to Worksheet | Excel Discussion (Misc queries) | |||
How do I go from read only to full access worksheet | Excel Worksheet Functions | |||
Worksheet won't display full screen | New Users to Excel |