View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
tony h[_56_] tony h[_56_] is offline
external usenet poster
 
Posts: 1
Default visual basic Mid() does not work with swedish version of excel


I am just picking up on your comment: "In the Swedish version every
single expression has to be dimensioned and also re-dimensioned in
every single Module"

This might indicate that you have an OPTION EXPLICIT at the top of your
swedish module but you don't in the English module. The OPTION EXPLICIT
requires that every variable needs to be declared in a DIM statement.
Which is a little bit of extra work but saves thousands of problems.

Just a thought

regards


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=508880