Viewing 3 posts - 1 through 3 (of 3 total)
suslikovich (5/3/2011)
I don't see the script in the article. Am I missing anything?Stan
Actualy, the script we are talking about is in the article at:
http://www.sqlservercentral.com/scripts/insert/66001/
few lines after conclusion.
May 3, 2011 at 2:01 pm
Does anyone noticed this logic:
Month < 8 AND month <> 2 => days_in_month = 30 + (month & 1)
Month >= 8 => days_in month = 30 + ((month+1) & 1)
Of...
May 2, 2011 at 3:04 pm
Use array, as Join function helps with concatenation. Consider this macro:
Dim FieldCount As Integer
Sub makeInsert()
Dim r As Range
Dim BeginOfCommand As String
Dim RestOfCommand As String
Dim Command As String
FieldCount = 0
File =...
May 2, 2011 at 4:33 am
Viewing 3 posts - 1 through 3 (of 3 total)