G
Guest
Is it possible to format a cell using VBA code
My code include the following
DatabaseWorksheet.Cells(DestinationRow, 1).Value = AssignDat
At the time this code is executed the cell is not formatted. How would I modify this code so that, in addition to being populated with AssignDate, borders and a pattern would be added
Thanks
Kevin
My code include the following
DatabaseWorksheet.Cells(DestinationRow, 1).Value = AssignDat
At the time this code is executed the cell is not formatted. How would I modify this code so that, in addition to being populated with AssignDate, borders and a pattern would be added
Thanks
Kevin