ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Error 80010108 when using FolioExportOCX from Excel 2007 (https://www.excelbanter.com/excel-programming/415293-error-80010108-when-using-folioexportocx-excel-2007-a.html)

Dave Nuttall

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


All times are GMT +1. The time now is 05:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com