thekingswolf
New Member
- Joined
- May 28, 2019
- Messages
- 6
All tabs on same .xls file.
Tab CurrentCases has named table with active cases, client name, contact info, follow up date, ect.
Tab Outbound is working space, cell K3 references another cell so it contains the next business day.
I have a drop down box on Outbound with data validation to CurrentCases with all my active customer names. I click the customer name, and my sheet populates with all the correct info.
I want to click a button on the Outbound tab and have it copy the date in K3, then replace the current date for the active customer on the CurrentCases tab.
I can't figure out how to set the paste location using index match. I already have the formula, i just can't get it to work in VBA. This is the formula that works to determine the paste location.
=INDEX(CurCases[[Name]:[Follow Up]],MATCH(J1,CurCases[Name],0),8)
Tab CurrentCases has named table with active cases, client name, contact info, follow up date, ect.
Tab Outbound is working space, cell K3 references another cell so it contains the next business day.
I have a drop down box on Outbound with data validation to CurrentCases with all my active customer names. I click the customer name, and my sheet populates with all the correct info.
I want to click a button on the Outbound tab and have it copy the date in K3, then replace the current date for the active customer on the CurrentCases tab.
I can't figure out how to set the paste location using index match. I already have the formula, i just can't get it to work in VBA. This is the formula that works to determine the paste location.
=INDEX(CurCases[[Name]:[Follow Up]],MATCH(J1,CurCases[Name],0),8)