View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.robinson@it-tallaght.ie is offline
external usenet poster
 
Posts: 789
Default Run time error : Excel 2000 and Excel 2003 : different behavior of Macro

Hi
very difficult to give solutions or suggestions without seeing the
code.
If your function can have 2 sorts of output, make it return a variant
and see how that goes.
The range problem is impossible to diagnose without code. Range
selection is always a nuisance when you are switching between sheets as
you read and write data.

regards
Paul