Thread: Late binding
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Brent Brent is offline
external usenet poster
 
Posts: 109
Default Late binding

Thank you. I ended up doing that before for the .Open command, but looked in
the noepad file, didn't know where msoFileTypeExcelWorkbooks was. Thanks
again.

Brent


"Tim" wrote:

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