View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_93_] John[_93_] is offline
external usenet poster
 
Posts: 1
Default Using same VBA program in diff. Excel versions.

I use FIND method to locate record in a data table, it
works well in Excel 2003, but doesn't work in Excel 2000.
I don't know the reason, as it's the same file just in
different Excel version. and in that case, I can't
distribute my VBA projects to my colleagues who use Excel
2000.