Hi Forum,
I have written a piece of code that does reconciliation:
The first part checks between columns:
Sub AutoRecon()
Worksheets("Main_Recon").Select
Dim i As Long, _
LRa As Long, _
LRb As Long, _
rowx As Long
LRa = Range("A" & Rows.Count).End(xlUp).Row
LRb = Range("G" &...
Hi Everyone!
Happy New Year!
I am trying to make my VBA faster - It is pretty slow for now (30 secs)
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'}p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; min-height...
The basic question is: if A1 = colB rowX, (X being any row MATCHed to A1), use data in colC rowX
I have used multiple columns with MATCH and CONCATENATE, copy and paste special data twice, but I'd rather enter one eq and be done.
Thanks!!!!
I am trying to modify my macro
1) to have order not matter in the columns
2) show what is missing from either column
3) sort the results in lowest to highest
example
column 1 column 2
5 3
1 1
7 5
2 7
Sub Compare()
'
' Compare Macro
'...
hi
This code looks into data stored in columns A to N
SITE COST Jan-18 Feb-18 Mar-18 Apr-18 May-18 Jun-18 Jul-18 Aug-18 Sep-18 Oct-18 Nov-18 Dec-18
To create a table that goes from A to D
[CODE]
Public Sub Conver_variable_cost_into_final_table()
Dim sWS As Worksheet, _
dWS As...
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.