posting code

jerry12302

Active Member
Joined
Apr 18, 2005
Messages
456
Office Version
  1. 2010
Platform
  1. Windows
Where do I download the add-in to post code in my answers?
 
If you just want to format your code like this:
Code:
Sub MyTest()
 
'   Test
    MsgBox "This is a test!"
 
End Sub
Then just use the code tags from the editor.
Simply highlight your code and click the pound sign (or number sign) icon from the editor.
 
Pasting Code:

[face=Calibri]Sub testpost()
'test post
MsgBox "test post"

End Sub
[/face]

posted code
 
The previous post obviously did not work.

I used the addin VBHTMLMaker.xla

Using Excel 2003. It used to work fine. Ideas?

I do not have an icon in my editor with a pound sign or dollar sign.

Jerry
 
If you follow the link in my sig, you'll find the new VBHTML maker, which we revised to work with 2007+. Just note that it works with the 32-bit version, not 64.

HTH,
 
Let's try it...

[face=Calibri]Sub test()
'testing post
If postlooksgood = True Then
MsgBox "Hey, it works great!"
Else
MsgBox "@#*^$&@"
End If
End Sub
[/face]
 
That previous post was using the latest file from your link. And I am using Excel 2003.
I don't know what's wrong. I am selecting the code and clicking Tools, 'convert selected code as BB code'.
 

Forum statistics

Threads
1,221,566
Messages
6,160,525
Members
451,655
Latest member
rugubara

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