Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming,microsoft.public.fr.excel
|
|||
|
|||
![]()
Hi,
According to following example, in French Excel VBA Help, you must add path separator yoursel between "LibraryPath" and final file. beginning copy: Exemple Cet exemple montre comment ouvrir le fichier « Oscar.xla » dans le dossier Macrolib. pathSep = Application.PathSeparator f = Application.LibraryPath & pathSep & "Oscar.Xla" Workbooks.Open filename:=f End of copy "Mike" a écrit dans le message de ... We are copying our XLA to the Excel Application.LibraryPath directory during the install. We we are on French Windows (XP Pro) and French Office (2003) this property is returning "c:\program files\microsoft office\office11\macrolib". This path does not exist. Known bug? I cannot find anything on the web for it. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I remove an invalid path for an Access file from a pivot | Charts and Charting in Excel | |||
How can I remove an invalid path for an Access file from a pivot | Charts and Charting in Excel | |||
Why would hyperlinks in a spreadsheet change to an invalid path? | Excel Discussion (Misc queries) | |||
set path for Application.Run | Excel Programming | |||
Application.Path | Excel Programming |