vitem

  1. H

    VBA for printing all the pdf files inside a folder.

    Sub Bulk_Print_From_Folder() Dim k As Variant Dim n As Variant Dim oFile As Object Dim oFiles As Object Dim oFolder As Object Dim Path As Variant Dim vItem As Object Path = "C:\Testing Folder" With CreateObject("Shell.Application") Set oFolder =...
  2. V

    Get HTML document using XMLHTTP vs InternetExplorer

    When using the 'HTML_XMLHTT' sub I only get(replaced '<'/'>' with '#'): And with the 'HTML_IE' sub, I get the document. So how do I prevent the error using 'XMLHTTP'? Option Explicit Private Const URL As String = "https://www.oslobors.no/ob_eng/" _ &...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top