hockeyboi16
Programmer
Is there a way to set excel's cell padding size?
right now the access to my sheet is:
Dim ExcelSheet As Object
Set ExcelSheet = CreateObject("Excel.Sheet")
and i'm setting stuff through:
excelsheet.application.cells(...).property
or through a range of cells.
right now the access to my sheet is:
Dim ExcelSheet As Object
Set ExcelSheet = CreateObject("Excel.Sheet")
and i'm setting stuff through:
excelsheet.application.cells(...).property
or through a range of cells.