View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default excel 2002 build problem :(

Ole,

You need to write your code to be compatible with the earliest
version of Excel that will be used to open your workbook. There
is no "backward compatible" save option.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Ole Einar Ranengen" wrote in message
...
I have written a source code i excel VBA. I have Excel 2002.

When I try to
open this wirkbook in older build versions of excel I get an

error: Error in
compilation hidden module, and error in compilation module1.
Are there any way to make a code backward compatible to older

builds or
anything else that can solve my problem.

Ole:)