J
Joyce
Hi,
I'm wondering how I would insert *only* the file name (not the path) when
using the following:
ExecuteExcel4Macro "INSERT.OBJECT?(,""C:\"",False,True,)"
I tried adding:
IconLabel:=Mid(strFile, InStrRev(strFile, "\") + 1)
As helped in another macro, but it didn't work.
Thanks.
I'm wondering how I would insert *only* the file name (not the path) when
using the following:
ExecuteExcel4Macro "INSERT.OBJECT?(,""C:\"",False,True,)"
I tried adding:
IconLabel:=Mid(strFile, InStrRev(strFile, "\") + 1)
As helped in another macro, but it didn't work.
Thanks.