Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Visual Basic
Remove
Platform
Any
License
Any
Check this out.
http://www.microsoft.com/multipoint/mouse-sdk/developer.aspx
Check this out.
http://www.microsoft.com/multipoint/mouse-sdk/developer.aspx
Hi there,
I have second column as datagridviewTextBoxColumn column in the datagridview, after opening dot net form runtime, in first cell of this column , I am populating ‘-‘ character at...
Hello,
I am trying to write some code that will utilize an input box to find a value. At that point I want to run a macro that will reference the cell rows of all values that equal the input box...
I bought a Wipro BarCode Printer, in which they issue a software for Label printing(TH Series Label Printing Software). How can i integrate this software to my VB6 code?
or
How do i print...
Yea; I'll second getting old is awful - my memory is terrible and gets worse every day. :)
In the combo's click event, try
CurrentMonth = Combo1.List(Combo1.ListIndex)
HTH
VB5
What I've done; Dim CurrentMonth as string. I have a combobox for users to choose which month they want as CurrenMonth. I want the combobox to set the current month as the primary choice.
I...
I have drop down menu in I4 with around 15+ different options (type of problems). based on selection there are two outputs in cell K4 (full / partial) and its so far working fine.
i need to go...
I have the following code which will autofill my VLOOKUP statement when there is more than one record in my spreadsheet however, when there is only 1 row of data the code errors out: "Autofill Method...
378 is hex number, should be declare &H378
start here (perform routine)
749186057452 End Sub
(This is the required routine once the target cell has the macro executed)
Copy contents -
Switch to another page of the...
I couldn't find a VBscript forum so I hope this is ok.
I am making a script that is supposed to change the port of the printer to FILE: (that's not my problem). This script is also supposed to go...
Hi,
You need to select the cell and then get the value.
Worksheets("Database").Range("A4").Select
TextBox1 = Worksheets("Database").Range("A4").Value
Hope this helps!
-Jaime
www...
Hello,
I've been trying to do this all morning and keep coming up with nothing. I've tried VBScript, KIX, and AutoIt. I guess I just don't get it.
Anyway, I need to put together a script that...
On an Excel spreadsheetI have a value in cell A1. I have a different value in cell A25. I have another value in cell A55. I want to copy the value in A1 in cells A2 thru A24. I then want to copy the...
Print Setup, I get an error "Problem getting printer information from the system. Make sure the printer is set up correctly."
I am trrying to track down a printer issue in the code but I cannot...
Hey everybody, I want to create a code that does the same for all my 1300 firms in the sample. The problem is that some cells are supposed to stay the same, but that others are supposed to go down...