»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 05-31-2003, 03:53 PM   #1 (permalink)
Registered User
 
Join Date: May 2003
Posts: 3
pjfatboy is on a distinguished road
Filling a MSFlexGrid Table

Could someone please help me out here, I'm trying to fill cells on a FlexGrid Table from 3 input boxs and a button control. I can find lots of info on how to fill from a DB but none on how to fill the way I am trying to do it. Here is what I have so far, Thanks for any help.

Private Sub FillCells()
' Fill in cells with values from Day, Bodypart and WeekNum Boxs
' Declare a 50 row and 3 column table
'
Dim Row As Variant
Dim Column As Variant
'
' Fill table with data
For Row = 0 To 49
For Column = 0 To 2
grdSchedule.Row = Day ' This is what I'm not sure about.
Next Column
Next Row
End Sub

pjfatboy is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 08:51 PM.