Set myXLApp = createobject("Excel.Application"
myXLApp.Visible = True
Set myXL = myXLApp.Workbooks.Add
Set mySheet =myXL.WorkSheets(1)
Set myRng = mySheet.Range("A1"
rCount=0
With myRng.Offset(rCount,0)
.Font.Bold = True
.value="This is it"
End With
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.