Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Any
Platform
License
Any
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 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...
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...
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...
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...
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...
49, I would like the value in G4 to be $100. If the value in F4 49,100,200)but it didn't work.
Yeah, thanks. I changed the compiler to target x86 machines, and moved the code to a button event. Thanks for the help!
I have suddenly began getting 'out of memory' messages while editing the VB code in an Access 2003 module. My system is XP SP3, Access2003, VB 6.5, 1.5GB memory, AMD processor.
Restarting Access...
Hi.
I am writing a VBA (VBA in Excel) code for testing different combination of 24 variables and recording a result which corresponds to each combination of 24 variables. so actually I have an...
i have two sheets where i need to take in values in sheet2 to display in sheet1. instead of copy pasting, i want to create a macro since its easier.
Sheet1:
A B C...
I fight with my code a lot too, thats why I take martial arts classes, I have been beat up by code too much
Hi,
After a big fight, I solved it from DataGridView_Editing Control Showing-Key_down.
Thanks Again.
i looked around for you Mahey, and I could not find anything about changing the input format for a datetimepicker (I am assuming this is the control you are referring to that is contained in the cell...
I remember the good old days when I was still learning and every puzzle pozed was new grounds to tackle (insert nostalgia here)
Sure! not a problem:
I don't know how much you know about For...
I'm developing this tool for work and I am stuck on how to implement what I need. See Attachment
Somehow I need to be able to let people add and remove lines under each stage (B8:B14),...