1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Excel VBA example</title>
</head>
<body>
<ol>
<li>Put MediaInfo.dll (CPU architecture must be same as you VBA engine build, e.g. MediaInfo.dll 64-bit with a 64-bit Excel) in a path visible by the application (e.g. C:\Windows)<br/>
<li>You have to enable Developers Tab<br/>
<img src="image001.png"/></li>
<li>Enable Macroses<br/>
<img src="image002.png"/><br/>
<img src="image003.png"/><br/>
There you can enable macroses, but My recommendation as Microsoft recommendation not use this mode permanently, only for test purpose only</li>
<li>After that, you can open this file, and macros have to work.</li>
<li>If you want to view/edit code, you have to open code editor<br/>
<img src="image004.png"/></li>
<li>It should looks like this:<br/>
<img src="image005.png"/></li>
</ol>
</body>
</html>
|