Thread: Macro import
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lynn[_2_] Lynn[_2_] is offline
external usenet poster
 
Posts: 5
Default Macro import

I wrote a macro in XP to import data from one excel file
to another excel. The macro runs fine in XP but I keep
getting this error in 2000.

Run-time error 438
Object doesn't support this property or method.

When I click debug it takes me to this line of code:

..SourceDataFile = "E:\filepath\filename.xls"