1. microsoft.public.dotnet.academic: Shape Files
'cn.Open Set rs = New ADODB.Recordset rs.Open strSQL, cn, adOpenKeyset, adLockPessimistic Dim pt As CPoint, pt1 As CPoint Set pt = New CPoint
2. Connection Manager P/Invoke
> 'Dim cn As CONNMGR_DESTINATION_INFO = New CONNMGR_DESTINATION_INFO > ... > > Dim PT As IntPtr > > > > ' MsgBox(PT.ToString) > > > > PT = ConnMgrApiReadyEvent()
3. Dim.pt Site Info
dim.pt is ranked number 12,423,345 in the world according to the Alexa Traffic Rank.
4. Microsoft: Access Project (ADP) - updating sql table and returning ...
Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Dim icd_id as Parameter Dim pt_id as Parameter Dim vdt_con as Parameter Dim cons_dt as Parameter
5. Re: VBA Excel PivotTable Drop Down Help
Sub ShowHidePivotItems() ... Dim pt As PivotTable ... Dim pf As PivotField ... Excel PivotTables. ...
6. Microsoft: Office - Pivot Table Criteria from Combo Box
Dim pt As PivotTable Dim pt2 As PivotTable If Not Intersect(Target(1, 1), Range("b1")) Is Nothing Then Set pt = Me.PivotTables("PivotTable1")
7. Dim pt. 2 on Twitpic
Dim pt. 2 ... ©2010 Twitpic Inc, All Rights Reserved
8. Link Pivot Tables on one filter in Excel Miscellaneous
Sub UpdateAllPivoTables() Dim pt As PivotTable Dim WSheet As Worksheet For Each WSheet In Worksheets For Each pt In WSheet.PivotTables 'YOUR CODE HERE Next pt Next WSheet ...
9. Datagridview mouseup events [Archive] - VBForums
Dim pt = New Point(e.X, e.Y) 'mouse points Dim mycolumn As Integer Dim myrow As Integer Dim dgCol As DataGridColumnStyle Dim dataCol1 As DataColumn