vba codes

  1. R

    cominations vba

    i need vba codes for the below project. i have a list of 22 players from 2 teams like Name of Player Team Position Credits Bryan Team1 Bat 9.5 Daniel Team2 Bowl 8 Paul Team2 All 8.5 Wright Team2 Bat 10.5 Sam Team1 Bat 11 Suni Team1 Bowl 9 Sachin Team1 All 8 etc... i need...
  2. B

    VBA code for new file names

    I created an excel workbook which contains 2 sheet. In one sheet there is data. From the 1 sheet a bill format is made by giving v lookup. I went for a macro for printing the bills whereas the bill created is replacing the earlier. This is the code. Sub PrintBill2() ' ' PrintBill2 Macro ' '...
  3. G

    VBA Code - I think too much

    Whenever a dropdown is used on my spreadsheet, or whenever any information is input, the whole sheet shakes. I assume that's because it's checking all the VBA If statements. If that is the case, would it make it more seamless if all these were just one code? If so, would someone mind putting...
  4. E

    Need Help! Search, Update and Generate Buttons in Userform

    I am really very new to VBA USERFORM Codes and I need to create a database file that would have a lot of data. I was able to create a file that can add and data input to the DataBase sheet. I also have codes how to generate reports for different sheets. However, there are still buttons I need to...
  5. P

    VBA code to repeat the code on different rows

    Hey, I've got a code written to transfer the exact data I want from each row. How do I apply this to multiple rows as there is about 300 rows I need to go threw. Range ("B5").Select Selection.Copy Sheets ("TemplateTrans").Select Range("B16").Select ActiveSheet. Paste Sheets ("Master").Select...
  6. B

    Search within Data Validation lists

    I am using excel in Mac. I have multiple drop-down lists with some of the validations being indirect. I would like to search within the lists to make it easier to choose from it. I do not want to add more columns or formulas in my excel, since it is a huge amount of information. I simply want a...
  7. R

    VBA code to get the Final Status

    <tbody> U V W X Y Z AA AB AC AB AE AF Received Submital status Received Submital status Received Submital Status Sample Current Status Review Period 21-10-14 22-10-14 C 23-10-14 24-10-14 C 25-10-14 26-10-14 A No ? ? </tbody> Dear Friends, I am new here, Please help me obtain the VBA code...
  8. B

    Transfer of formula

    Hi! Good day. I'm having a trouble on how can i start up to transfer formula array to vba codes. Anyone who could help, please give me some advise for starting-up. This is the sample codes that am going to change in vba codes. Formula: {=SUM(IF(tdlono= &B1, IF(LEFT(tdsys, 5) = "IEDMS"...
  9. N

    VBA error message

    I am trying to load my form but I don't believe that my VBA codes are correct. Whenever I try to dump the information to another worksheet in the workbook and I keep getting error 1004 method range of object changed. My cancel button closes the form but my add information does not work. Below...
  10. V

    VBC code to copy and paste data from one sheet to another

    Hello, I am not sure if I will explain this well but let's try. What I need is a vba code to copy and paste data from one sheet to another. Each time the macro would be run, the amount of data would change. (Meaning the amount of rows will vary each time). The data would be contained between...
  11. D

    Conditional Formatting VBA Help

    I need help with some conditional formatting with VBA. I've been reviewing several post similar to what I need but don't know how to put the code together. This is what I need. I need the cells from rows B1 to B184 to have a clear fill color if they are blank. Then I need any duplicate...
  12. B

    VBA move to next available row

    Hi Guys Much to the help of previous queries I wrote a VBA code that shows certain columns dependant on value in cell B1, see below : Private Sub Worksheet_SelectionChange(ByVal Target As Range) If InStr("out_of_course drawdowns customer_service", LCase(Range("B1").Value)) > 0 Then...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top