hi. i'm having problems wih word 2007 and calibre 0.6. Actually, its just word 2007 (in spanish).
When i try to create the epub i get this error on the visual basic script. i tried looking for a difference in the function name between word in spanish and english, but i couldnt find it. is there a temporary workaround for this?
Quote:
If ActiveDocument.Saved = True Then
frmCalibreAllFormat.Show
Else
MsgBox "Document must be saved before creating eBook(s)", vbOKOnly, "Document must be saved!"
End If
End Sub
|