|
-
Mar 25th, 2022, 05:01 AM
#13
Lively Member
Re: Binary files inside EXCEL VBA
 Originally Posted by Niya
Ah well, VBA is not a world I ever played in for any significant time. My last bout with VBA was building programs in Access like 20 years ago. I'll defer to you on this if you think this is an approach VBA users find acceptable.
Can confirm, I've done this in the past. Especially when using DLLs like Webview2.dll, MITAB.dll, blas.dll etc.
 Originally Posted by techgnome
So you're using Excel as an install tool, or a deployment vector... why not just use an installer? Otherwise you're cutting off a segment of potential users that don't have Excel.
Unfortunately, not everyone has the capability of running msi's on their computer. VBA is highly common in businesses where users aren't able to run installers like you suggest. In these scenarios using VBA as an installer is super ideal. Bare in mind typically in these cases EXEs will also be unable to run, so the primary use case is installing DLLs in my opinion.
Last edited by sancarn; Mar 25th, 2022 at 05:09 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|