Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I've got a problem by define a filename like this ... code... Sub myImport() Dim myDat As String Dim dieseDatei As String Dim neueTabelle As String Dim AktDatum As String 'Namen festlegen dieseDatei = ActiveWorkbook.Name myDat = Range("A1") AktDatum = "DATEN_" & Range("A2") & ".xls" 'A2 is =Heute() in german excel .... and so on The result is that "AktDatum" give me the following value ... DATEN_Heute().xls and I want to have DATEN_14.07.2009.xls Can someone help me? -- Jamen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filename Problem | Excel Programming | |||
filename problem in VB | Excel Programming | |||
Filename problem | Excel Programming | |||
Still filename problem | Excel Programming | |||
Quote in filename causes problem with Application.Run | Excel Programming |