Late binding

G

Guest

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
 
T

Tim

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top