software:microsoft:excel
Differences
This shows you the differences between two versions of the page.
| software:microsoft:excel [2016/10/01 01:26] – created superwizard | software:microsoft:excel [2018/06/29 19:58] (current) – superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How To Quickly Extract Filename From Full Path In Excel ====== | ||
| + | |||
| + | From: https:// | ||
| + | |||
| + | folder name filename path | ||
| + | |||
| + | < | ||
| + | Function FunctionGetFileName(FullPath As String) As String | ||
| + | ' | ||
| + | Dim splitList As Variant | ||
| + | splitList = VBA.Split(FullPath, | ||
| + | FunctionGetFileName = splitList(UBound(splitList, | ||
| + | End Function | ||
| + | </ | ||
| + | |||
| + | |||
| ====== How to resolve crash and stability issues - OffCAT tool ====== | ====== How to resolve crash and stability issues - OffCAT tool ====== | ||
software/microsoft/excel.1475285208.txt.gz · Last modified: by superwizard
