Posting Issues

jtsains

Board Regular
Joined
Apr 29, 2011
Messages
103
All my postings are showing up with no spaces between paragraphs, and all my code is being shown on one line.Is this an issue or setting on my end? I've also lost the ability to use any of the message options, like bold, adding a smiley, etc. Any help you can provide is appreciated.
 
Let's try this:

Code:
Sub bar()
Dim i As Long
For i = 1 To 2
    Debug.Print i
Next
End Sub

Edit: It looks fine to me... Which browser are you using, and why the huge underscore in your code?
 
NatO,thank you. I was able to use CASE Select statements to solve my needs. The underscore was'nt intentional. I am having issues with my IE for some reason.Thanks all for the support.Jeff
 

Forum statistics

Threads
1,221,564
Messages
6,160,513
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