ou81aswell
Board Regular
- Joined
- Oct 6, 2009
- Messages
- 50
The following code generates an error when run with the Portuguese (pr-BR culture) version of Excel 2007.
ExcelApp.Goto "R1C1"
The error generated and captured in my app's log file is something like:
"Esta referancia nao a valida"
Is the R (row) and C (column) supposed to be specified differently in different languages?
If so, is there a way to query Excel to ask it what it uses to specify the row and column components of a cell reference?
Thanks!
ExcelApp.Goto "R1C1"
The error generated and captured in my app's log file is something like:
"Esta referancia nao a valida"
Is the R (row) and C (column) supposed to be specified differently in different languages?
If so, is there a way to query Excel to ask it what it uses to specify the row and column components of a cell reference?
Thanks!