Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I'm trying to use XlInsertObject to bring the user to the Insert File dialog, with display as icon True and Link False. I'd like to display the name of the fall (not the entire path) as the label. I've tried to incorporate the Mid function into the code, but am failing miserably. Dim FName As String Application.Dialogs(xlDialogInsertObject).Show , , , True, , , , "=Mid(FName, InStrRev(FName, " \ ") + 1)" Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Function Question: Collect Condition in Dialog Box - But How toInsert into Function Equation? | Excel Programming | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
Need to open the Function Arguments window from VBA for a user defined function. | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |