so gehts......
'format spreadsheet
currentprocess = "formatting the spreadsheet"
wsheet.Name = viewname
wsheet.Cells.Font.Size = 8
wsheet.Rows("1:1").Select
wsheet.Rows("1:1").Font.Bold = False
wsheet.Cells.EntireColumn.Autofit
'return to cell A1 for tidyness
---->wsheet.Range("A1").Select
---->wsheet. Rows("1:1").Insert
---->wSheet.Range("A1").Value = "Wert"