Slot | Name | Source |
---|---|---|
Head | Sanctified Frost Witch's Headpiece | Vendor |
Neck | Blood Queen's Crimson Choker | Blood Queen Lana'thel 25HC |
Shoulders | Sanctified Frost Witch's Spaulders | Vendor |
Back | Cloak of Burning Dusk | Halion 25HC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub LinkSQLTable() | |
On Error GoTo ErrorHandler | |
Dim db As DAO.Database | |
Dim tdf As DAO.TableDef | |
Dim strConnect As String | |
Dim strSQLTable As String | |
Dim strDSN As String | |
Dim strUID As String | |
Dim strPWD As String | |
Dim strDatabase As String |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Explicit | |
'Çíä ãÊÛííÑ ãÞÏÇÑ ßáíß ÔÏå ÏÑ ÝÑã ÊÞæíã Ñæ ÈÕæÑÊ ÓÑÇÓÑí ÏÑ ÎæÏÔ ÐÎíÑå ãíßäå | |
Public STRDATE As String | |
Global AlphaNumeric1(0 To 19) As String | |
Global AlphaNumeric2(1 To 9) As String | |
Global AlphaNumeric3(1 To 9) As String | |
Private Month_Name, Spring_Fall | |
Private Time_Difference, Time_Client |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub fmt() | |
Dim rng As range | |
Dim rng1 As range | |
Dim rng2 As range | |
Dim condition1 As FormatCondition | |
Dim condition2 As FormatCondition | |
Dim condition3 As FormatCondition | |
Dim condition4 As FormatCondition | |
Dim condition5 As FormatCondition |