Viewing 15 posts - 46 through 60 (of 528 total)
This sure looked like a great list of potential SQL Smells could be derived from this list.
January 13, 2021 at 3:31 pm
Here is the macro I use in my personal.xlsb that eliminates the errors I get when pasting data from SSMS:
Sub SelectAllFormatAsText()
'
' SelectAllFormatAsText Macro
'
'
Cells.Select
Selection.NumberFormat = "@"
Range("A1").Select
End Sub
August 19, 2020 at 9:00 pm
If you make the sheet text only it doesn't
I think what Excel is poor on is documenting the way they process the data.
August 14, 2020 at 5:50 pm
Looks like a zoom password
August 14, 2020 at 5:30 pm
If you can send me a file I'll give it a whirl on how I would process it. robert@sterbal.com
August 14, 2020 at 3:30 pm
As far as I know Excel uses the same logic for converting typed, pasted and imported text. If you select a sheet can switch it all to text, everything is...
August 14, 2020 at 3:13 pm
It takes less than 10 keystrokes to convert a column to text. (Ctrl + space, alt + 1, alt + C, t, t enter)
I'm getting the impression that you think...
August 11, 2020 at 8:36 pm
In nearly 30 years of using excel there are very few situations that don't have a straight forward work around.
August 11, 2020 at 12:30 am
I too was surprised that this piece was about BMW and not Tesla
July 14, 2020 at 12:48 pm
Just curious how many of us use case insensitive fields?
April 23, 2020 at 12:59 pm
Just a note that I've been using a wiki as a notebook of sorts for 6+ years. It is a nice alternative for documentation that is more than just code.
April 8, 2020 at 5:16 pm
My favorite link about weight loss:
http://ajph.aphapublications.org/doi/pdf/10.2105/AJPH.2015.302773
March 24, 2020 at 12:39 pm
How often are you interrupted? Is there a pattern?
March 12, 2020 at 7:16 pm
Thank you. Excellent advice.
March 12, 2020 at 6:13 pm
I think that would be a better way of phrasing it:
I'd like to know the decisions AI and ML are making for me.
I'd love to have AI go through my...
March 3, 2020 at 12:33 pm
Viewing 15 posts - 46 through 60 (of 528 total)