Search found 1 match
- Mon Oct 22, 2007 4:22 pm
- Forum: Programming
- Topic: Still get dialog box
- Replies: 5
- Views: 25451
Hint
I was having the same problem, and this is the solution I found: (I think a VBA example is better than many words) N.B. Don't forget to put a reference on Bullzip in your project! ============================= Public Function SetBullZipOutput(sFileName As String) As Boolean Dim objBullZip As Bullzip...