Learning how to use VBHtmlMaker...

rower15

New Member
Joined
Nov 29, 2005
Messages
49
Help... I can't seem to get my code exported to something that will be appripriate for this message board.

I downloaded the VB Html Maker and ran it, but the newly installed toolbar buttons won't work for me - I keep getting an error that states "There is no code pane active" when I try to convert my object or module.

Any suggestions?

Thanks - evan
 
You can't simply select a module from the project window; you have to have the module open AND either have the cursor within the sub or procedure you want to copy or have the code you want to convert already selected before running the code.

But with the board upgrade, the [ code ] tags work *much* better than they were before. You could simply copy/paste simple text and put it within the code tags and not worry about the add-in.

For example:
Code:
If [A1].Value = "" Then
    MsgBox "Blank!"
Else
    MsgBox "Not blank"
End If

Keeps the indents and everything, now.
 

Forum statistics

Threads
1,221,622
Messages
6,160,887
Members
451,676
Latest member
Assy Bissy

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