Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Error 80010108 when using FolioExportOCX from Excel 2007

I have a simple VBA subroutine (below) that fails with 80010108 "Method
'ExportToFFF' of object '_DFolioExportOCX' failed".

Option Explicit
Sub NFOExport()
'
' NFOExport Macro
'
' Keyboard Shortcut: Ctrl+e
'
Dim NFOE As FolioExportOCX
Set NFOE = New FolioExportOCX

NFOE.OutFileName = "NFOETest"
NFOE.OutPath = "C:\Temp"
NFOE.Password = "*******"
NFOE.Query = "Nuttall"
NFOE.SourceNFO = "C:\NFO\Test.nfo"

NFOE.ExportToFFF

End Sub

As far as I can tell, I'm not comitting any of the sins documented in
Q319832, so I have run out of ideas on how to fix this.

Can anyone help?

TIA, Dave
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
Automation error '-2147417848 (80010108)' excel 2007 Lilandra Excel Discussion (Misc queries) 0 July 9th 09 11:16 PM
Runtime Error -2147417848 (80010108) [email protected] Excel Programming 1 July 7th 06 07:00 PM
Macro does not work after the program has been restarted in excel.Run time error 2147417848 (80010108) Method visible of object_worksheet failed [email protected] Excel Programming 7 August 24th 05 03:11 PM
Excel Bug: Run-time error '-2147417848 (80010108)' majikman[_18_] Excel Programming 1 May 13th 04 08:16 PM
Automation error -2147417848 (80010108) mbobro[_5_] Excel Programming 2 April 8th 04 01:10 PM


All times are GMT +1. The time now is 06:32 AM.

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"