Hello,
I'm new to the forum, but have seen great responses and content in here.
My problem is this: I have a spreadsheet that has cells that are being calculated based on formulas which are pulling data in from other worksheets and I would like the data that has been pulled in to be instantly copied and pasted with values to remove the formulas. All of the cells with formulas in the range (A36:AN55) cannot be copied/pasted at once because the data will only be pulled in one line at a time from multiple different worksheets.
I have toiled with the Worksheet_Change(ByVal Target As Range) and Worksheet_Calculate() events and have been unsuccesful since I am a rookie in VBA. Is this even possible to do? Any help would be greatly appreciated!
Thanks!
I'm new to the forum, but have seen great responses and content in here.
My problem is this: I have a spreadsheet that has cells that are being calculated based on formulas which are pulling data in from other worksheets and I would like the data that has been pulled in to be instantly copied and pasted with values to remove the formulas. All of the cells with formulas in the range (A36:AN55) cannot be copied/pasted at once because the data will only be pulled in one line at a time from multiple different worksheets.
I have toiled with the Worksheet_Change(ByVal Target As Range) and Worksheet_Calculate() events and have been unsuccesful since I am a rookie in VBA. Is this even possible to do? Any help would be greatly appreciated!
Thanks!