I followed the instructions in this question in order to reproduce a table from an earlier chapter with the original caption number and it works to call the page number of the original table and hide the new figure from the contents list but the caption number is still wrong. (i.e. it continues to say 6.2 and I want it to say 3.2.)
The only difference between egreg's answer and what I'm doing is that my original table and the place where I want to reproduce it are in separate tex files and are pulled together in a master file. On advice I changed my master file to use \input to call up all the individual chapters (previously was using \include) but this has not fixed the problem. Any ideas, please?
EDIT: Identified that the \thefigure needed to be changed to \thetable in order to apply to table. Sorted.
tableandfigureis not the same? Add\renewcommand{\thetable}{\ref{#1}}%to the repeatcaption definition (wild guess). – Ulrike Fischer Apr 06 '17 at 15:15