28-09-21 07:47 AM
28-09-21 10:43 AM
Hi,
In other words, you want to "convert VBA to VB.NET" ?
29-09-21 12:12 PM
29-09-21 03:52 PM
Imports System.IO
Imports System.Net
Public Class Form1
Dim WithEvents myWebBrowser As New WebBrowser
Dim WithEvents myWebBrowser2 As New WebBrowser
30-09-21 10:05 AM
Imports
statement in the code, you need to make an entry in the Code Options of the VBO. Go to the Initialise page and double click the 'nameplate' element to open the object properties. In there select the Code Options tab and see that there is a section for references and a section for imports. Take a look in the Utility - JSON object to get the idea:30-09-21 10:25 AM
30-09-21 04:19 PM
01-10-21 07:05 AM