Thread: Late binding
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default Late binding

Const msoFileTypeExcelWorkbooks = 4

Wnen using late binding you can't use named constants. You can look up the
values in the object browser and use them instead.

Tim

"Brent" wrote in message
...
Getting error at .FileType = msoFileTypeExcelWorkbooks. I know I need MO
12.0 Object Library, but don't know about how to go about late binding it.
Is there somewhere that describes late binding formats for instances other
than Excel, Word....for the more specialized libraries/references? Thank
you.

Brent