displaying code

sam__gleeson

Board Regular
Joined
Oct 11, 2012
Messages
102
Hello,

How do you display code here in the Blue Box i see posted here in questions?

I see Code tags but how does that work?

Cheers

Sam
 
Like this

[code]
code goes here
[/code]

The Code: box will appear after you submit your post.
 
Code:
 Private Sub Worksheet_SelectionChange(ByVal Target As Range)

Select Case Target.Address

Case "$C$7:$E$9"
If Range("B3") = 1 Then
Range("H6").Select
End If
    End Select
End Sub
 
Last edited:

Forum statistics

Threads
1,221,553
Messages
6,160,468
Members
451,649
Latest member
fahad_ibnfurjan

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