Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have a macro processing a CSV file named 2005_12.CSV, the name stored in a variable csvtoprocess WITHOUT extension, that is csvtoprocess = "2005_12". On my PC the line Workbooks(csvtoprocess).Activate works, but on an other PC it fails, and works only if csvtoprocess contains the extension as well, that is csvtoprocess = "2005_12.CSV" What is the cause of this difference, how can I affect the behaviour of XL2000 in this aspect? Thanks, Stefi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Stefi,
What is the cause of this difference, how can I affect the behaviour of XL2000 in this aspect? The behaviour is driven by a user setting in Windows: "Hide extensions of known filetypes", which can be found in Windows Explorer, menu "Tools, Folder Options...", View tab. If I remember correctly, including the extension always works. Regards, Jan Karel Pieterse Excel MVP http://www.jkp-ads.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Jan, that was it, and you remembered well!
Regards, Stefi €žJan Karel Pieterse€ť ezt Ă*rta: Hi Stefi, What is the cause of this difference, how can I affect the behaviour of XL2000 in this aspect? The behaviour is driven by a user setting in Windows: "Hide extensions of known filetypes", which can be found in Windows Explorer, menu "Tools, Folder Options...", View tab. If I remember correctly, including the extension always works. Regards, Jan Karel Pieterse Excel MVP http://www.jkp-ads.com |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy formula from 1 workbook to another & not carry the extension | Excel Worksheet Functions | |||
Transformation d'images avec une extension .jpg ou .jpeg en images avec extension .bmp ou .ico | Excel Discussion (Misc queries) | |||
.xlb extension | Excel Discussion (Misc queries) | |||
xls extension | Excel Discussion (Misc queries) | |||
Separating workbook name from extension | Excel Programming |