Excel Integer ConstantsConst xlTop = -4160 Const xlBottom = -4107 Const xlLeft = -4131 Const xlRight = -4152 Const xlCenter = -4108 Const xlSolid = 1 Const xlLandscape = 2 Const xlPortrait = 1 Const xlDownThenOver = 1 Const xlAutomatic = -4105 Const xlPaperLetter = 1 Const xlPaperLegal = 5 Const xlPrintNoComments = -4142 Const xlThin = 2 Const xlContinuous = 1 Const xlEdgeLeft = 7 Const xlEdgeTop = 8 Const xlEdgeBottom = 9 Const xlEdgeRight = 10 Const xlAscending = 1 Const xlDescending = 2 Const xlGuess = 0 Const xlTopToBottom = 1 Const xlShowGrid = 1 Const xlHideGrid = 0 |