Sign in
appsheet-third-party
/
epplus
/
333b8d14a36f4fdb2a634c70af589462bae0db26
/
.
/
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