Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can't figure out what this means.iterate row the rows
Dim bm As Variant
For f = 0 To grdTimetable.Rows - 1
bm = grdTimetable.AddItemBookmark(f)
Debug.Print grdTimetable.Columns(1).CellText(bm)
Next