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

Hi,

I am using English commands to program Excel-Access etc., but unfortunately my office xp pro.is a german version, because of my location. Do I have to use MS Office 2000 command translator for this problem or is there any new solutions for MS Office XP?

Regards

M. Onat Ozdemiroglu
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Command Translator

VBA operates in English in all versions (xl97 and later).

--
Regards,
Tom Ogilvy

"M. Onat Ozdemiroglu" <M. Onat wrote
in message ...
Hi,

I am using English commands to program Excel-Access etc., but

unfortunately my office xp pro.is a german version, because of my location.
Do I have to use MS Office 2000 command translator for this problem or is
there any new solutions for MS Office XP?

Regards

M. Onat Ozdemiroglu



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Command Translator


General rule :

All excel files will produce same results opened in whichever version.

Exceptions.. HERE we go:

worksheet =
avoid using functions from analysis toolpak.
these will NOT translate automatically.

avoid using functions with "hardcoded" string arguments like the CELL()
function. = ZELLE("datei",a1)

if you cant avoid them use =ZELLE("filename",a1)..
(but is you'd do it from VBA you'll need to use
.Formula = "=CELL(""filename"",a1)



For VBA:
in principle NEVER use the 'local' properties and methods:
e.g. use .FORMULA (but avoid FORMULALOCAL)

Be carefull with conversion of dates and non integer numbers.




--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


M. Onat Ozdemiroglu wrote :

Hi,

I am using English commands to program Excel-Access etc., but
unfortunately my office xp pro.is a german version, because of my
location. Do I have to use MS Office 2000 command translator for this
problem or is there any new solutions for MS Office XP?

Regards

M. Onat Ozdemiroglu


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
Formula translator Excel AppleWood Excel Worksheet Functions 0 September 8th 11 02:36 PM
Microsoft Excel translator djungst Excel Discussion (Misc queries) 1 March 4th 09 02:38 AM
Analysis ToolPak Translator acasta Excel Worksheet Functions 1 September 7th 05 02:39 PM
Analysis Toolpak Translator - Anyone got it??? pullingouthair Excel Worksheet Functions 7 July 9th 05 10:40 PM
Formulas Translator Tool kayard Excel Discussion (Misc queries) 1 June 29th 05 02:08 PM


All times are GMT +1. The time now is 10:44 PM.

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

About Us

"It's about Microsoft Excel"