lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I understand that xlDashdot is an excel constant. My question, does it have numeric value? If yes, is there any table shows that all XL?????? in excel with theirs numeric values. Thank you.
++++
Sub mynew()
Workbooks(1).Worksheets(1).Cells(1, 1).Borders.LineStyle = xlDashDot
End Sub
I understand that xlDashdot is an excel constant. My question, does it have numeric value? If yes, is there any table shows that all XL?????? in excel with theirs numeric values. Thank you.
++++
Sub mynew()
Workbooks(1).Worksheets(1).Cells(1, 1).Borders.LineStyle = xlDashDot
End Sub