Here is a sample code of what I was thinking... I think the logic here will work I'm just not sure of the VBA syntax.
Sub autoreceived()
Dim I, j, k As Long
Dim invoice As Worksheet
Set invoice = CTRL
Dim try As Boolean
try = False
I = 2
k = 3
j = 1
Do Until try = True
'Only at the end of...
I'm developing a balancing spreadsheet to reconcile fees projected to fees received. Each month has its own worksheet that auto-populates the projected fees based on other vba code and system produced data. The trick is... The system makes no difference for vendors only labels each accrued item...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.