error-handling

  1. Blue1971

    Return server error from function as string?

    I have an Excel VBA function that takes a URL and returns a response. response = GetHTTP(.ListColumns(colNameURL).DataBodyRange(n).Value) ... Public Function GetHTTP(ByVal url As String) As String With CreateObject("MSXML2.XMLHTTP") .Open "GET", url, False: .Send GetHTTP =...
  2. R

    How do I handle the error: “No item of this name exists in the PivotTable report.”

    So I have a PivotTable being modified via a commandbox inside of a userform. If the user types in a name that isn't in the list, I get the error:No item of this name exists in the PivotTable report. Rename Name1 to Name2? where <code style="color: rgb(34, 36, 38); margin: 0px; padding: 1px 5px...
  3. M

    On Error go to the next desired operation instead of next line

    How can I make this code <code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;">For Each wb In wbC If...

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