vba looping

  1. S

    Trying to Get a button to auto populate cells in a budget calendar I created

    I'm still new to VBA, Took a long break and started studying C++, so now I'm all confused as to how to get this done in VBA. So here is an image of the file. I have my bills located on the same sheet Starting at B76:D100, B76,C76, and D76 are titles Date, Item, Amount The Date is a formula.. As...
  2. S

    Vba loop

    So I have recorded a macro and I want to loop it but all it’s doing is just repeating the same code over and over again. I want it to run and move right a Colomn and run for all Colomns. To give more detail I just wrote a sumifs equation and I copy paste it to the next colomn chnage the cell and...
  3. S

    Incrementing VBA Range to Retrieve Values from Website

    Hello everyone, I'm trying to retrieve values from websites and enter them into an excel table using VBA. Column A has URLs Column B C and D are where I want the info extracted to be stored The URL varies for every row so I'd like for the VBA to increment the range as it goes through. My code...
  4. D

    VBA to loop through table & lookup value from another table

    Hello, I have 2 tables: Table 1 = Original names & phone numbers Table 2 = New names & phone numbers I want to loop through each of the phone numbers in the original Table & ONLY if the number is 0 or empty, lookup the new value from Table 2. I've started with the below. Sorry, I'm a...
  5. T

    Loop through array - looking up multiple columns

    <TBODY> Data_Tbl</SPAN></SPAN> Staff_ID</SPAN></SPAN> Department 1</SPAN></SPAN> Department 2</SPAN></SPAN> Department 3</SPAN></SPAN> City</SPAN></SPAN> Date Hired</SPAN></SPAN> Grade</SPAN></SPAN> Hotspot Level</SPAN></SPAN> ID1</SPAN> Marketing</SPAN> Analytics</SPAN> Core...
  6. L

    Moving Data From One Worksheet to Another Worksheet using VBA

    Hello - I'm attempting to convert column data to row data. I currently have 16 columns and I would like to shrink this down to 6 columns. I have about 20 hours experience working with VBA and I'm stuck. Any guidance would be most appreciated. The current headers and layout is as follows...
  7. S

    VBA Loop for ordering matching data

    Hi All, This should be easy but its not! I am wanting a VBA loop script. 1. which goes down column A and check if there are codes that are the same e.g below the first 4 are the same. 2. from this am wanting to create a new table which copies the code 000000HA once and then the 4 dates after...
  8. blackorchids2002

    VBA Looping: to delete empty rows within a set of range

    Good Day Masters, As usual, I'll be needing your help. I am almost done with my code except that I received an error. To give you an overview, I have a sheet called "Template" which is hidden. Part of the code is to copy the "Template" sheet and rename it to "Schedule A" sheet. In the...
  9. blackorchids2002

    VBA Looping with 2 variables

    Hi Everyone, I need your expertise again. Below is only part of the code I'm trying to generate. What I'm trying to achieve is how to loop the ALoc1, ALoc2 etc. to assign the value fromCells(5 + i, 5) in the PPSheet. In default, ALoc1 is equal to SchedA.Range("B6") and I wanted to change...

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