bal

  1. H

    Formula to always be in row where specfic account is

    I have a formula in E4 in Sheet Summary in same row where account KX-1081 appears in COL A which is generated by VBA I would like to text and formula to always be in the same row where KX-1081 appears in Col A on workbook Check Balance KX-1081.xlsm Sub Formula() With Sheets("Sheet1")...
  2. D

    VBA Coding or macro to pull out sum for a specific account and vendor

    Hello to all I'm not sure how to approach this problem. This first table is the end result I am looking for. The data I pull down from my accounting system is in the second table below. It exports to excel 2016 as it is shown. It is basically a GL detail report. I am only concerned with 4...
  3. H

    Dynamic Vlookup Macro

    Hi Experts, I need VBA coding which could perform dynamic selection instead of range specific Range("B2").Select ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-1],'AUC bal '!R2C1:R10000C1,1,0)"
  4. W

    Repeat VBA Code on Multiple Worksheets

    I have the following VBA code and want to repeat it across multiple worksheets on a workbook. --------------------------------------------------------------------- Option Explicit Private Enum Nwc ' Worksheet columns ' 17 January 2018 ' assign any...

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