Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Adding Combobox to ListView Pin
Christian Graus3-Aug-05 16:38
protectorChristian Graus3-Aug-05 16:38 
GeneralRe: Adding Combobox to ListView Pin
TheOnlyFalcon3-Aug-05 16:46
TheOnlyFalcon3-Aug-05 16:46 
GeneralRe: Adding Combobox to ListView Pin
Christian Graus3-Aug-05 16:56
protectorChristian Graus3-Aug-05 16:56 
GeneralRe: Adding Combobox to ListView Pin
TheOnlyFalcon3-Aug-05 17:37
TheOnlyFalcon3-Aug-05 17:37 
Generaladd row data in datagrid Pin
elcheah3-Aug-05 15:46
elcheah3-Aug-05 15:46 
GeneralArrays - How can I tell it is empty Pin
directred3-Aug-05 5:39
directred3-Aug-05 5:39 
GeneralRe: Arrays - How can I tell it is empty Pin
Empires3-Aug-05 7:16
Empires3-Aug-05 7:16 
Generalexcel macros Pin
lhahehal3-Aug-05 2:59
lhahehal3-Aug-05 2:59 
hi there ,

say i have a few tables ... is it possible to search for the data i want by using a form .. ??
i have done so by using filters .. but is there other ways of doing it ?? 1 more thing .. i can only filter by the data in the columns , but what if i want to display only the few columns i select in the form ... how do i go about it ...

<br />
pnl.text , pf.text and product.text are combo boxes .. the rest of the combo boxes contain columns as the data not rows ...<br />
<br />
If pnl.Text = "ON" Then<br />
Range("B6:CJ178").Select<br />
<br />
Selection.AutoFilter Field:=1, Criteria1:=pf.Text<br />
Selection.AutoFilter Field:=2, Criteria1:=product.Text<br />
<br />
ElseIf pnl.Text = "OFF" Then<br />
Range("B180:CJ291").Select<br />
<br />
Selection.AutoFilter Field:=1, Criteria1:=pf.Text<br />
Selection.AutoFilter Field:=2, Criteria1:=product.Text<br />
<br />
ElseIf pnl.Text = "ON & OFF" Then<br />
Range("B293:CJ504").Select<br />
<br />
Selection.AutoFilter Field:=1, Criteria1:=pf.Text<br />
Selection.AutoFilter Field:=2, Criteria1:=product.Text<br />
<br />
End If<br />

GeneralUsing the Printer Pin
johnjsm3-Aug-05 0:03
johnjsm3-Aug-05 0:03 
GeneralSimulate Key Presses Pin
sweep1232-Aug-05 23:34
sweep1232-Aug-05 23:34 
GeneralRe: Simulate Key Presses Pin
sweep1232-Aug-05 23:36
sweep1232-Aug-05 23:36 
GeneralURLDownloadToFile Pin
Lebanese2-Aug-05 22:31
Lebanese2-Aug-05 22:31 
GeneralRe: URLDownloadToFile Pin
Dave Kreskowiak3-Aug-05 6:41
mveDave Kreskowiak3-Aug-05 6:41 
GeneralRe: URLDownloadToFile Pin
TheComputerMan13-Jan-09 14:52
TheComputerMan13-Jan-09 14:52 
GeneralQuestion on Directory Pin
Anonymous2-Aug-05 22:11
Anonymous2-Aug-05 22:11 
GeneralRe: Question on Directory Pin
Anonymous2-Aug-05 22:12
Anonymous2-Aug-05 22:12 
GeneralRe: Question on Directory Pin
Dave Kreskowiak3-Aug-05 6:33
mveDave Kreskowiak3-Aug-05 6:33 
GeneralAccess... Pin
vtalau2-Aug-05 17:29
vtalau2-Aug-05 17:29 
GeneralRe: Access... Pin
Christian Graus2-Aug-05 18:20
protectorChristian Graus2-Aug-05 18:20 
GeneralOperation New() :: Plase help me Pin
TooLeeDiN2-Aug-05 17:20
TooLeeDiN2-Aug-05 17:20 
GeneralRe: Operation New() :: Plase help me Pin
Christian Graus2-Aug-05 18:01
protectorChristian Graus2-Aug-05 18:01 
GeneralParsing Comma Delimited data in txt file Pin
MeterMan2-Aug-05 16:47
MeterMan2-Aug-05 16:47 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus2-Aug-05 16:59
protectorChristian Graus2-Aug-05 16:59 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan7-Aug-05 19:07
MeterMan7-Aug-05 19:07 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus7-Aug-05 19:13
protectorChristian Graus7-Aug-05 19:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.