Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default International Issues

Hi All
Can anyone advise the following three questions regarding using an
application developed in Excel 2003 English version, when run on a French
version of Excel.

1. The PERSONAL.xls is checked by name on opening, if it is open the
application closes it. Does this have the same or different name in the
French system?

2. I use a few instances of Application.WorksheetFunction.Sum(), will this
still work in the VBA code if run in Excel France or does it need to change?

3. I store and then change, Application Options and ActiveWindow settings,
and refer to these by name e.g.

Application.DisplayFormulaBar = False
ActiveWindow.DisplayVerticalScrollBar = True

Will I have to change the names as they appear differently in the Excel
French user interface, or are the values constant when called from within VBA?

Thanks for any advice
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default International Issues

Nigel RS wrote:

Hi All
Can anyone advise the following three questions regarding using an
application developed in Excel 2003 English version, when run on a
French version of Excel.

1. The PERSONAL.xls is checked by name on opening, if it is open the
application closes it. Does this have the same or different name in
the French system?


Is differend with other systems (dutch system: persnlk.xls)


2. I use a few instances of Application.WorksheetFunction.Sum(), will
this still work in the VBA code if run in Excel France or does it
need to change?


Is in all languages the same.

3. I store and then change, Application Options and ActiveWindow
settings, and refer to these by name e.g.

Application.DisplayFormulaBar = False
ActiveWindow.DisplayVerticalScrollBar = True

Will I have to change the names as they appear differently in the
Excel French user interface, or are the values constant when called
from within VBA?


Is in all languages the same.

--

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default International Issues

Thanks for the reply, sounds like I only have one change to make regarding
personal.wks - many thanks

"RaceEend" wrote:

Nigel RS wrote:

Hi All
Can anyone advise the following three questions regarding using an
application developed in Excel 2003 English version, when run on a
French version of Excel.

1. The PERSONAL.xls is checked by name on opening, if it is open the
application closes it. Does this have the same or different name in
the French system?


Is differend with other systems (dutch system: persnlk.xls)


2. I use a few instances of Application.WorksheetFunction.Sum(), will
this still work in the VBA code if run in Excel France or does it
need to change?


Is in all languages the same.

3. I store and then change, Application Options and ActiveWindow
settings, and refer to these by name e.g.

Application.DisplayFormulaBar = False
ActiveWindow.DisplayVerticalScrollBar = True

Will I have to change the names as they appear differently in the
Excel French user interface, or are the values constant when called
from within VBA?


Is in all languages the same.

--


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default International Issues

As I understand it, there is nothing inherently special about
"Personal.xls", or whatever it's name in any language.
It is merely a WB installed by default in the XLSTART folder. You can delete
or rename yours to anything.
You can check for WBs that open upon Excel start up in :
Application.StartupPath
Application.AltStartupPath

Depends what the aim is.

NickHK

"Nigel RS" ...
Thanks for the reply, sounds like I only have one change to make regarding
personal.wks - many thanks

"RaceEend" wrote:

Nigel RS wrote:

Hi All
Can anyone advise the following three questions regarding using an
application developed in Excel 2003 English version, when run on a
French version of Excel.

1. The PERSONAL.xls is checked by name on opening, if it is open the
application closes it. Does this have the same or different name in
the French system?


Is differend with other systems (dutch system: persnlk.xls)


2. I use a few instances of Application.WorksheetFunction.Sum(), will
this still work in the VBA code if run in Excel France or does it
need to change?


Is in all languages the same.

3. I store and then change, Application Options and ActiveWindow
settings, and refer to these by name e.g.

Application.DisplayFormulaBar = False
ActiveWindow.DisplayVerticalScrollBar = True

Will I have to change the names as they appear differently in the
Excel French user interface, or are the values constant when called
from within VBA?


Is in all languages the same.

--




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default International Issues

Thanks for the tip - you're right it coud be called anything. Using the
startup folders will be more fooolproof

Cheers


"NickHK" wrote:

As I understand it, there is nothing inherently special about
"Personal.xls", or whatever it's name in any language.
It is merely a WB installed by default in the XLSTART folder. You can delete
or rename yours to anything.
You can check for WBs that open upon Excel start up in :
Application.StartupPath
Application.AltStartupPath

Depends what the aim is.

NickHK

"Nigel RS" ...
Thanks for the reply, sounds like I only have one change to make regarding
personal.wks - many thanks

"RaceEend" wrote:

Nigel RS wrote:

Hi All
Can anyone advise the following three questions regarding using an
application developed in Excel 2003 English version, when run on a
French version of Excel.

1. The PERSONAL.xls is checked by name on opening, if it is open the
application closes it. Does this have the same or different name in
the French system?

Is differend with other systems (dutch system: persnlk.xls)


2. I use a few instances of Application.WorksheetFunction.Sum(), will
this still work in the VBA code if run in Excel France or does it
need to change?

Is in all languages the same.

3. I store and then change, Application Options and ActiveWindow
settings, and refer to these by name e.g.

Application.DisplayFormulaBar = False
ActiveWindow.DisplayVerticalScrollBar = True

Will I have to change the names as they appear differently in the
Excel French user interface, or are the values constant when called
from within VBA?

Is in all languages the same.

--





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I set dates to ISO INternational? Charlotte Excel Discussion (Misc queries) 3 June 21st 08 03:38 PM
International Yes or No Chris_UK Excel Discussion (Misc queries) 4 January 3rd 07 11:10 PM
Excel 4 International Macro coder_arun[_9_] Excel Programming 2 August 4th 06 04:15 PM
International Equivalents kt Excel Worksheet Functions 0 August 24th 05 09:21 PM
international excel issues Anders Lindén Excel Programming 10 June 20th 05 03:08 PM


All times are GMT +1. The time now is 09:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"