
Originally Posted by
teylyn
.. StackOverflow....can take a while to get used to the culture.
.That plays a major role, as in anything us Humans get used to something and find it sometimes difficult initially to get the hang of something a bit different
_......

Originally Posted by
teylyn
Chat is not banned at Stackoverflow, but it is not welcome in questions, since it detracts from the issue on hand. There are numerous chat rooms for regular visitors...
The chat room http://chat.stackoverflow.com/ has been mentioned a few times in this Thread... I suppose it is a bit of a question of what is chat... The chat room there is a collection of Icons , you click on one like VBA Lounge http://chat.stackoverflow.com/rooms/111528/vba-lounge and there seems to be some endless ramblings between a two or a small number of people. It is almost impossible to see what they are chatting about.. so it is more like listening in on someone’s private conservations..
As text storage is so cheap, I find it a shame to discourage discussions around the Topic / question of a Thread. Often only through that does the most useful and full solution come out. I would agree that it can give the impression of distracting from the issue, or clouding the final best solution.
I think a couple of things can help offset that problem
_ - I think it is helpful that someone asking and getting a good final solution could for ( both there benefit and for others catching the Thread looking for the same solution ) , do a final post giving a concise and at the same time detailed Summary of the solution.
There might be occasions for removing with hindsight a post or two if they really detract or mislead or go really way off course. But generally I would personally be strongly against deleting any of the discussions along the way: _..
____.. There may be some odd points made worth catching on a second read.
____.. Although we all freely share our knowledge, it is never the less courteous to be able to see the people who contributed to the final solution.
_ What can also help is a well designed software... At stack overflow you are shown the first few comments ( which can be added rather than a full reply to a Thread ) and you can click to show more. That can help a bit to keep the final Thread more readable.
StackOverflowComments.JPG http://imgur.com/dJAaT2q
_ Forums like Excel Forum have a back to front habit of, on the one hand:
_ eating spaces between words when you would like them
and then on the other hand
_ adding lots of empty space ... Take a typical post with a bit of text, and maybe a quote or two,_.. -
ExcelForumWhiteSpace http://imgur.com/nrXny5c
_..there is a lot of space to be scrolled through that could be done away with , ( Or maybe that is being saved for advertisements? ) .. Adding the possibility to add comments in smaller compressible / hideable text would be a great improvement in my opinion.
Another thing is that images seem a bit big at ExcelForum.., another Forum that uses the same Software ( and I think a version with virtually no custom modifications ) , shows the image small in the main Post, but gets much bigger when you click on it. That is a nice touch I think
ExcelFoxSmallImage.JPG http://imgur.com/iNK7si3
ClickToExpandImage.JPG http://imgur.com/d8gX7SD
Finally a code Window which mimics the VB Editor code window is my favourite thing to have available in a Post. Most of us will agree that using code tags for code is a must for helping to keep a Thread tidy , but furthermore spaces are not eaten as required for nice indented code, and those scroll bars are great in my opinion allowing for a long code ( Or table !! ) to be included without making the Post very deep, and the horizontal one can , as in a code, allow for including lots of useful info, such as URL Links, and other imported information needed for reference that one might not necessarily want to see each time, or when reviewing the Thread at first glance.
At the end of the day for both Formats, and Rules .... you get used to them , try to encourage what you think are positive improvements...encourage others to follow the Rules that are in everyone’s interest... then / or in an ideal world that never is get together with some mates and make the perfect forum where all good people Excel together forever happily ever after and all bad people get pooed on until they get better ....

_.....
Anyway, I’m going off course again.. lol... so .. back to the main theme of this Water Cooler ..”..relaxed off-topic discussions..chat Sub Forum ”... Thread, https://www.excelforum.com/the-water...ml#post4601615 https://www.excelforum.com/the-water...ml#post4601623 any more Woman out there that we don’t know about?


' 10 ' A Code Window, which mimics the VB Editor Code Window, is very useful in a Forum Post. It helps to keep the Post looking tidy. I am a fan of scroll bars, which, as in an actual code, allow useful notes which may not always be needed or wanted to be seen, but which can be a useful source of reference later. For example, I prefer to do a poo whilst out jogging. I personally think this is something worth encouraging, but no need to offend anyone by making it too public: My reasoning is (i) I do not like to sh_t in my house and make my toilet stinky and dirty. (ii) I routinely have a thorough shower after jogging so have the opportunity to thoroughly and easily clean my bottom , (ii)b) - I save on Toilet paper as well - I am not too bothered that my jogging clothes are a bit stinky - I jog very hard anyway, so they would in any event at every jog become very smelly anyway. Some people think I am mad ( Doctors, Psychiatrists, Experts in the field of Mental Health) .- But they just don't see things as I do.
Sub Indents()
20 If codes are indented, Then
30 It can really help keep track of what is going on
40 Else
50 you can easily loose track of necessary pairing of an If and an
60 End If ' I usually have a single tab offset for every start of such a section, and then "go back" a tab after the End of that section
70 '
80 Dim ing things
90 ' or
100 Rem ing things I usually put at the most left
110 A code line usually starts by me 1 space to the right of the margin or 1 space to the right of the Tab offset of a section in my code.
End Sub ' I like using code lines too. Most people do not. But for them I share my codes which will put in OR take out code lines. I improve it all the time. I have got so far that GoTo sections with GoTo a number are also recognised by my code and corrected appropriately. Here a Thread on code lines: https://www.excelforum.com/the-water-cooler/1122191-who-uses-line-numbers-in-their-code.html Here my latest codes https://www.excelforum.com/the-water-cooler/1122191-who-uses-line-numbers-in-their-code-5.html#post4525389
'_-_________________________
Rem. Although not specifically designed for this purpose, a code Window can be used to
'1 Add text where you need more that one space between characters (Most Forum Editors "eat" all but one space in between text)
Column A Column B
Row 1 cellA1 cellB1
Row 2 cellA2 cellB2
'2 Big tables can be kept more tidy by having them inside Code tags. https://www.excelforum.com/development-testing-forum/1161667-messin-round-just-ignore-me.html https://www.excelforum.com/tips-and-tutorials/1172587-excel-vba-interception-and-implicit-intersection-and-vlookup.html#post4575462
Using Excel 2007 32 bit
Row\Col |
E |
F |
6 |
10 |
'Declare all variables so as to see what VBA may give 'em |
7 |
20 |
Dim VBNullNuThink As Variant, StringZeroLen As Variant, LNuThink As Variant, SNuThink As Variant 'Choose Variant and see what VBA "gives 'em" |
8 |
30 |
Dim VBaZero As Variant: Let VBaZero = 0 'Put here for completeness, but i think we know 0 is a number just like 1 2 etc. so ignoor this ..for now... unless we need it later... |
9 |
40 |
' |
10 |
50 |
'Give 'em all a Null Nut Think |
11 |
60 |
Let VBNullNuThink = vbNullString |
12 |
70 |
Let StringZeroLen = "" 'I bet this must be a string as "parens" is wot ( what ) says "hey, here comes a string" |
13 |
80 |
'Let LNuThink = Nothing'Don't work, so leave Empty for now |
14 |
90 |
Set SNuThink = Nothing |
15 |
100 |
' |
16 |
110 |
'Highlight the variables, Hit Shift+F9 to get them displayed in a watch window... |
17 |
120 |
'Click in left Margin at Line Number to put a stop point ... |
18 |
130 |
'Run Code and see what Vba Puts for a type within the Variant Variable allocated for each |
19 |
140 |
'Results: |
20 |
150 |
'VBNullNuThink = "", Type String within Variant Variable |
21 |
160 |
'StringZeroLen = "", Type String within Variant Variable |
22 |
170 |
'LNuThink = Empty, Type Empty |
23 |
180 |
'SNuThink = Nothing, Type Object within Variant Variable |
24 |
190 |
|
25 |
200 |
'Try the If = "" test |
26 |
210 |
If VBNullNuThink = "" Then MsgBox prompt:="VBNullNuThink = """"" ' = "" |
27 |
220 |
'If VBNullNuThink = Nothing Then MsgBox prompt:="VBNullNuThink = Nothing" ' Complile Error |
28 |
230 |
If StringZeroLen = "" Then MsgBox prompt:="StringZeroLen = """"" ' = "" |
29 |
240 |
'If StringZeroLen = Nothing Then MsgBox prompt:="StringZeroLen is Nothing" ' Complile Error |
30 |
250 |
If LNuThink = "" Then MsgBox prompt:="LNuThink = """"" ' = "" |
31 |
260 |
'If LNuThink = Nothing Then MsgBox prompt:="LNuThink is Nothing" ' Complile Error |
32 |
270 |
'If SNuThink = "" Then MsgBox prompt:="LNuThink is """"" ' Is ""'RunTime Eror |
Worksheet: LineNumbersEmpties
Bookmarks