Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Spanish/English Formulas

I'm writing a code that inputs a formula in a cell.

How can I get it so the formula is readable either in English and Spanish
versions of Excel?. i.e. '=SUM(A1,B1)' and '=SUMAR(A1;B1)', please note the
different separations ',' and ';'.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Spanish/English Formulas

Hi econcult

If you insert it with VBA you can use the English formulas and seperator

ActiveCell.Formula = "=SUM(A1,B1)"

On a Spanish machine it will be =SUMAR(A1;B1) in the cell

Only you can't use the ATP functions this way

--
Regards Ron de Bruin
http://www.rondebruin.nl



"econcult" wrote in message ...
I'm writing a code that inputs a formula in a cell.

How can I get it so the formula is readable either in English and Spanish
versions of Excel?. i.e. '=SUM(A1,B1)' and '=SUMAR(A1;B1)', please note the
different separations ',' and ';'.

Thanks!



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
Format dates from English to Spanish FA Excel Worksheet Functions 2 January 9th 09 01:09 PM
How do I change a spreadsheet from English to Spanish? Steve@bepc Excel Discussion (Misc queries) 1 September 14th 05 10:02 PM
How do I Translate English-Spanish in Excel Gary Barnard Excel Discussion (Misc queries) 0 February 3rd 05 01:33 AM
How do I change a spreadsheet from English to Spanish Excelldummy New Users to Excel 1 December 3rd 04 09:04 PM
how can I change the language from spanish to english? electrohead Excel Programming 1 September 5th 04 01:28 AM


All times are GMT +1. The time now is 11:54 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"