Forum Discussion
ericmjmacdonald
Aug 12, 2018Copper Contributor
Convert Formulas into Values when cell value changes Mac Excel 2011
Hello, Here's what I want to do: There are several columns linking cells to a data source. These are date-triggered to capture the value on a certain date. upon triggering, the cell value will...
- Aug 13, 2018
Oh i see what happened.
āIā
Its the wrong type of quote marks. not really sure how that happened.
Replace this line:
For i = start_row To ActiveSheet.Cells(ActiveSheet.Rows.Count, "I").End(xlUp).Row
ericmjmacdonald
Aug 13, 2018Copper Contributor
Hi Philip,
Just to clarify. It is a run-time 1004 error:
Application-defined or object-defined error.
Eric
Philip West
Aug 13, 2018Iron Contributor
Oh i see what happened.
āIā
Its the wrong type of quote marks. not really sure how that happened.
Replace this line:
For i = start_row To ActiveSheet.Cells(ActiveSheet.Rows.Count, "I").End(xlUp).Row
- ericmjmacdonaldAug 14, 2018Copper ContributorPhilip,
That was it! Works beautifully. Thank you so much!
Eric- Philip WestAug 14, 2018Iron Contributor
:) super. Glad it worked.