Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Squallclouds

    Comparing individual cells in a worksheet to variable range on another

    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...
  2. Squallclouds

    Comparing individual cells in a worksheet to variable range on another

    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...

Part and Inventory Search

Back
Top