This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Public sheetName As String | |
| Public selectCell As String | |
| Public maxCri As Integer | |
| Public xCri As Integer | |
| Public yCri As Integer | |
| 'Setting default value | |
| Function set_value() | |
| sheetName = "Sheet1" | |
| selectCell = "B1" |