Install Excel VBA Selenium type library & launch Chrome browser for webdata extraction. Also other browsers like Firefox, Edge etc.,
How to enable JavaScript in my browser? – Chrome,Firefox,IE,Opera,Safari
How to enable JavaScript in different browsers? JavaScript should be enabled in the browser if a website has functionalities implemented in js. For example, HTML form validations, Advertisements, Popup menus, Button click events etc., Lets see how to enable JavaScript in these browsers: Chrome IE Firefox Opera Safari If JavaScript […]
How to enable dark mode in Firefox browser?
Firefox – Dark Mode – Desktop The night mode can be enabled in Firefox using the below option directly. Open Firefox browser Click on Settings (Burger icon on top right corner) Select ‘Customize’ Click on ‘Themes’ at footer section Choose ‘Dark’ & click done. This will change the white background […]
Excel VBA Hyperlink Follow – URL within Macro
How to Click Hyperlink in Excel with VBA Macro? There are 2 methods available to click a hyperlink in Excel. Both the methods do open the URL in the default browser or open the corresponding file in the default application. Here is the code demonstrates both methods. Sub follow_hyperlink() ‘Follow […]
How to Disable Images in Firefox, Chrome, IE?
How to Disable images in Firefox, chrome, IE browsers. Also get Excel vba macro code to disable images in IE. Reopen closed tabs, Restore last active sessions in Firefox, Chrome, IE .,