Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi folks
I wrote some macros in German version of Excel 2003. When trying to start them with English version of Excel 2003 ( both on XP ) I receive the following message: Run-time error '-2147319784 (80028018) Method 'Activate' of object'_Worksheet' failed for this line of my coding: ThisWorkbook.Sheets("Artikel").Activate I searched the web and found some hints about globalization and localosation of VBA project. I did not really understand if there is any chance to convert my German VBA code into an international version. Any hints on this ? Thanks in advanced Klaus |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure about the general issue but the specific problem you highlight
suggests that the worksheet named "Artikel" does not exist or it is hidden - I do not think this is a language version issue? -- Cheers Nigel "Klaus Heinrich" wrote in message ... Hi folks I wrote some macros in German version of Excel 2003. When trying to start them with English version of Excel 2003 ( both on XP ) I receive the following message: Run-time error '-2147319784 (80028018) Method 'Activate' of object'_Worksheet' failed for this line of my coding: ThisWorkbook.Sheets("Artikel").Activate I searched the web and found some hints about globalization and localosation of VBA project. I did not really understand if there is any chance to convert my German VBA code into an international version. Any hints on this ? Thanks in advanced Klaus |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Nigel,
thanks for your reply. It is in fact a language problem. I created a new sub in the same workbook in English enviroment with same vba statement and it worked fine. I allready googled the runtime error, but there were too many confusing hints that I didn't understand. So I am not sure what to do or if there is a chance to convert vba. Thanks Klaus Nigel schrieb: Not sure about the general issue but the specific problem you highlight suggests that the worksheet named "Artikel" does not exist or it is hidden - I do not think this is a language version issue? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check out Stephen Bullen's free chapter on International Issues in Excel:
http://www.oaltd.co.uk/ExcelProgRef/...rogRefCh22.htm International Issues -- Regards, Tom Ogilvy "Klaus Heinrich" wrote in message ... Hi Nigel, thanks for your reply. It is in fact a language problem. I created a new sub in the same workbook in English enviroment with same vba statement and it worked fine. I allready googled the runtime error, but there were too many confusing hints that I didn't understand. So I am not sure what to do or if there is a chance to convert vba. Thanks Klaus Nigel schrieb: Not sure about the general issue but the specific problem you highlight suggests that the worksheet named "Artikel" does not exist or it is hidden - I do not think this is a language version issue? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet created in French version doesn't work in English versio | Excel Discussion (Misc queries) | |||
Translate Excel 2000 file from German into English | Excel Discussion (Misc queries) | |||
How do I run Spanish macros in an English version? | Excel Programming | |||
Problems with german excel version | Excel Programming | |||
Problems with german excel version | Excel Programming |