Call Us At: 701.866.2098

Tag: microsoft


Run Macro in Microsoft Excel to Update Multiple Hyperlinks at Once

Suppose you have a list of data with the same hyperlinks. With VBA code, you can quickly replace the old file path or address with a new one. Here’s how to do so: 1. Press the ALT + F11 keys, to open the Microsoft Visual Basic for Applications Window. 2. Click Insert > Module, and…

Force Files to Open with Microsoft Apps When Sharing Links Using URI Schemes

URI schemes allow for office productivity applications to be invoked with various commands. Each application is given a different named scheme but all schemes follow the same rules for how the URI is formed (URI Schema). Full schema < scheme-name >:< command-name >”|”< command-argument-descriptor > “|”< command-argument > The scheme syntax includes the following: 1….