Skip to content

Instantly share code, notes, and snippets.

View junbjnnn's full-sized avatar

junbjnnn

View GitHub Profile
@junbjnnn
junbjnnn / VBA Test
Last active October 13, 2018 08:29
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"