Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Late binding

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
  #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



  #3   Report Post  
Posted to microsoft.public.excel.programming
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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
late binding Michelle Hanan Excel Programming 2 January 25th 07 03:28 AM
Late Binding Mark Excel Programming 4 October 17th 05 04:02 PM
Late Binding examples of binding excel application HeatherO Excel Programming 13 March 17th 05 08:19 AM
Late Binding help, Please Bud Dean Excel Programming 5 September 24th 04 04:31 AM
EARLY binding or LATE binding ? jason Excel Programming 6 February 26th 04 04:57 PM


All times are GMT +1. The time now is 05:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"