View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] bg_ie@yahoo.com is offline
external usenet poster
 
Posts: 21
Default Worksheets("Sheet1") for foreign languages

Hi,

The line: Set xlSheet = xlBook.Worksheets("Sheet1") fials in my
application since my version of excel is in swedish and uses Blad1,
Blad2, Blad3 etc.

I'm not sure what language my customers use.

What alternative can I use to Worksheets("Sheet1")?

Thanks,

Barry.