creating a filename function
Posted by Matt on December 14, 2000 8:15 AM
I'd like to create a function that will return the name
of the current workbook.
I've imagined that I'd do it by creating a simple function
with no argument.
Function filename()
'returns name of current workbook
filename = Workbook.???????
End Function
First, does anyone know the property name for the
name of the workbook?
Second, would this do what I want it to?
Thanks,
msnell