Sign in
appsheet-third-party
/
epplus
/
405f705f9bdfa4141d30f8c7dc3df8e39ca24cf8
/
.
/
SampleApp
/
VBA-Code
/
ThisWorkbook.txt
blob: 3cac905a7c6bd960fe29abb1caa1c7c682c36257 [
file
] [
log
] [
blame
]
Private Sub Workbook_Open()
Code.AddShips Battleship.Range(board1)
Code.AddUserShips Battleship.Range(board2)
ComputerPlay.Init
g_gameEnded=false
g_logRow = Battleship.Names("LogStart").RefersToRange.row+1
End Sub