|
-
Oct 19th, 2007, 11:57 AM
#1
Thread Starter
PowerPoster
Code Colors
Private Sub Form_Load()
Me.Grid1.ExcelFileName = "C:\Temp\GridTest"
Me.Grid1.TableName = "Test"
End Sub
Code:
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Oct 19th, 2007, 11:58 AM
#2
Thread Starter
PowerPoster
Re: Code Colors
vb Code:
Private Sub Form_Load()
Me.Grid1.ExcelFileName = "C:\Temp\GridTest"
Me.Grid1.TableName = "Test"
End Sub
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Oct 19th, 2007, 12:05 PM
#3
Thread Starter
PowerPoster
Re: Code Colors
vb Code:
'
Me.Grid1.AddColumn "Field1", adotype.adVariant
Me.Grid1.AddColumn "Field2", adotype.adVariant
Me.Grid1.AddColumn "Field3", adotype.adVariant
Me.Grid1.AddColumn "Field4", adotype.adNumeric
'
Me.Grid1.Initialize
'
Me.Grid1.AppendRow
Me.Grid1.AppendRow
Me.Grid1.AppendRow
Me.Grid1.AppendRow
'
Me.Grid1.Show
'
' User edits ....
'
Me.Grid1.Export
'
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Oct 24th, 2007, 07:30 AM
#4
Thread Starter
PowerPoster
Re: Code Colors
vb Code:
'
If modKeyState.IsTabPressed And Not modKeyState.IsTabPressed Then
'
' Why won't this code run?
'
'
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|