• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Hyperlink with Excel and VBA

BehindEnemyLines

Senior member
Whenever I click on a hyperlink inside an Excel cell such as

file:///\\mynetwork\folder\test.zip
OR
\\mynetwork\folder\test.zip

then the file would be opened with the built-in zip viewer.

Is it possible to use VBA (or something else) such that it pop-up a Save As dialog so that we can save the file instead of opening it? This is more convenient where we want to keep files from these network locations to the local hard drive.
 
Back
Top