Guest User

Untitled

a guest
Nov 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. &ExcelDoc.UseAutomation = 0
  2. &ExcelDoc.Open(&Path)
  3.  
  4. Do 'CheckStatus'
  5. &ExcelDoc.Clear()
  6. &ExcelDoc.AutoFit = 1
  7.  
  8. &ExcelDoc.Cells(&Fila, &Columna).Color = 55
  9. &ExcelDoc.Cells(&Fila, &Columna).Bold = 1
  10. &ExcelDoc.Cells(&Fila, &Columna).Size = 14
  11.  
  12. &ExcelDoc.Save()
  13. Do 'CheckStatus'
  14. &ExcelDoc.Close()
Add Comment
Please, Sign In to add comment