VBHTML maker installation

The problem now is there are no missing references. It doesn't even bring up that window, just comes up with the compile error about can't find project or library and highlights the the word left as noted below.


Code:
  '===Select Range============================================================================================================
    If RangeHasPivotTable(ActiveSheet.UsedRange) Then
        blnPt = True
        On Error Resume Next
        With ActiveSheet.PivotTables(1)
            Set rngSelection = Range(.TableRange2.Address)
            .PivotSelect "", xlLabelOnly
            Set rngPtLabel = Selection
        End With
        Err.Clear
        On Error GoTo 0
        On Error GoTo Errline
    Else
reInput:
        On Error Resume Next
***********************************************************
        Set rngSelection = Application.InputBox(strMsg1, Left(strMsg2, 46), Selection.Address, Type:=8)                                       ^^^
*************************************************************
        If rngSelection Is Nothing Then Exit Sub
        Err.Clear
        On Error GoTo 0
        On Error GoTo Errline
 

Forum statistics

Threads
1,225,343
Messages
6,184,383
Members
453,229
Latest member
Piip

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