Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have this: Dim Fname As Variant Fname = Application.GetSaveAsFilename("c:\MESSER\" & Range("mesnum").Value & Range("MONTH").Value & ".csv") If Fname = False Then MsgBox "You didn't select a file" Exit Sub End If -------------------- The Range("MONTH") has 31/07/2006 How can I trim this to 310706 in the Fname = statement above? Thanks Helmut |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=TRIM(LEFT(B47,FIND(" ",B47)-1)) | Excel Discussion (Misc queries) | |||
=TRIM(LEFT(B50,FIND(" ",B50)-1)) | Excel Discussion (Misc queries) | |||
=SUMPRODUCT(--(TRIM(A1:A10)<"")), what does the "--" mean? | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Trim: Excel 97 gives error "Can't find project or library" | Excel Programming |