Forum Discussion
Steve_ford777
Jan 02, 2020Copper Contributor
Attempting to get Office 365 Excel to work with two pieces of VBA code that seem to conflict?
Hello All, I have two pieces of code. The first is a "select and move" piece of code to take a line from one worksheet and transfer it to another worksheet dependent on cell content, it also unloc...
JKPieterse
Jan 03, 2020Silver Contributor
Get rid of all code in Thisworkbook EXCEPT the Worksheet_Change routine, so delete everything starting with the line: CloseTime As Date up to the end.