Colin Bishop
New Member
- Joined
- Jun 11, 2011
- Messages
- 2
i have inherited a workbook for calculating and recording wages. The module that extractes information from a worksheet and transfers it to another worksheet has a formula =SELECT("hings") if I change hings to smith an 'error at cell x' box appears. What am I doing wrong? This is the complete macro.
=WORKBOOK.SELECT("Summary","Summary")
=SELECT("hings")
=COPY()
=SELECT("r8c10")
=WORKBOOK.SELECT("hings","hings")
=SELECT("xhings")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=DELETE.NAME("xhings")
=SELECT.END(4)
=DEFINE.NAME("xhings")
=WORKBOOK.SELECT("Summary","Summary")
=SELECT("hings")
=COPY()
=SELECT("r8c10")
=WORKBOOK.SELECT("hings","hings")
=SELECT("xhings")
=PASTE.SPECIAL(3,1,FALSE,FALSE)
=DELETE.NAME("xhings")
=SELECT.END(4)
=DEFINE.NAME("xhings")